09 2018 档案

深度学习的batch_size
摘要:知乎讨论: https://www.zhihu.com/question/61607442/answer/204675996 案例一 http://www.myzaker.com/article/5a68020fd1f1495d57000030/ Training Imagenet in one h 阅读全文

posted @ 2018-09-30 10:59 Maddock 阅读(993) 评论(0) 推荐(0) 编辑

Ubuntu下CUDA8.0卸载
摘要:Ubuntu下CUDA8.0卸载 https://www.jianshu.com/p/45e07114463a 由于目前CUDA9.0已经发布,很多朋友需要升级,而在升级前需要卸载CUDA8.0,方法如下 sudo /usr/local/cuda-8.0/bin/uninstall_cuda_8.0 阅读全文

posted @ 2018-09-29 16:04 Maddock 阅读(1607) 评论(0) 推荐(0) 编辑

Numpy 定义矩阵的方法
摘要:import numpy as np #https://www.cnblogs.com/xzcfightingup/p/7598293.html a = np.zeros((2,3),dtype=int) a = np.ones((2,3),dtype=int) a = np.eye(3)#3维单位矩阵 a = np.empty([2,3],dtype=int) a = np.rando... 阅读全文

posted @ 2018-09-14 08:51 Maddock 阅读(477) 评论(0) 推荐(0) 编辑

python 按照自然数排序遍历文件 python os.listdir sort by natural sorting
摘要:参考 https://stackoverflow.com/questions/4813061/non-alphanumeric-list-order-from-os-listdir Python for whatever reason does not come with a built-in wa 阅读全文

posted @ 2018-09-06 11:03 Maddock 阅读(794) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示