摘要:
1.安装JDK1.8,下载安装包解压至 /usr/lib/jdk #配置路径 2.之前已经安装好SSH,现在设置免密码登录 测试设置是否成功 3.下载Hadoop2.6.0,解压至/home/super/software/hadoop 设置环境变量 添加 使环境生效 【ps:在后续出现start-a 阅读全文
摘要:
参考文献 [1]Rich feature hierarchies for accurate object detection and semantic segmentation [2]Fast R-CNN [3]Faster R-CNN: towards real-time object detec 阅读全文
摘要:
模块与单个.py文件的区别,模块中含有__init__.py文件,其中函数调用使用的是相对路径,如果使用导入.py文件的方法在Google Colab中导入模块 会报错:Attempted relative import in non-package 在Google Colab导入中导入一个本地模块 阅读全文
摘要:
表1 CNN经典模型的内存,计算量和参数数量对比 AlexNet VGG16 Inception-v3 模型内存(MB) >200 >500 90-100 参数(百万) 60 138 23.2 计算量(百万) 720 15300 5000 AlexNet VGG16 Inception-v3 模型内 阅读全文
摘要:
Sutrisno E, Oh H, Vasan A S S, et al. Estimation of remaining useful life of ball bearings using data driven methodologies[C]// Prognostics and Health 阅读全文
摘要:
注册github账号 https://github.com/ 安装git工具 https://git-for-windows.github.io 1.在github中创建一个项目 2.填写相应信息,点击create Repository name: 仓库名称 Description(可选): 仓库描 阅读全文