上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 329 下一页
摘要: 1. 找到classpath.txt C:\Program Files\MATLAB\R2020a\toolbox\local\classpath.txt 2. 把mysql-connector-java-8.0.20.jar 放到C:\Program F... 阅读全文
posted @ 2021-05-25 17:07 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 0. 训练好的模型长这样 snapshot-400000.data-00000-of-00001 1. 在Analysis Video标签页中选择视频。 进度如下: 2.模型的预测结果在XXXXDLC_resnet50_pupileApr8shuf... 阅读全文
posted @ 2021-05-25 16:57 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 如何查看linux的GPU使用率 https://blog.csdn.net/yimin_tank/article/details/83384273 nvidia-smi -l 1 阅读全文
posted @ 2021-05-25 16:34 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: timeStr = time.strftime('%Y-%m-%d %H:%M:%S',time.localtime()) 阅读全文
posted @ 2021-05-25 15:22 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 如何保证两个磁盘的数据实时同步 下载Beyond Compare 阅读全文
posted @ 2021-05-25 11:40 bH1pJ 阅读(244) 评论(0) 推荐(0) 编辑
摘要: SET SQL_SAFE_UPDATES = 0; 阅读全文
posted @ 2021-05-24 17:41 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: (1) excel的vlookup得先排序 (2) 而且还得用lookup,不能用vlookup,因为后者是仔细模式,不容易找到。 阅读全文
posted @ 2021-05-23 20:29 bH1pJ 阅读(140) 评论(0) 推荐(0) 编辑
摘要: def getDirDate(alName): alRootPath = IP + rootPath + '/' + alName if os.path.exists(alRootPath): date = os.path.getmt... 阅读全文
posted @ 2021-05-23 18:53 bH1pJ 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-05-23 15:32 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要: count = 0 for name in algorithList: if not "." in name: # Name #是否有Demo #dataPath dfResult.loc[count] = [name, whetherDemo(name),rootPath + '/' + name 阅读全文
posted @ 2021-05-22 22:20 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 329 下一页