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 阅读(1027) 评论(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 阅读(1660) 评论(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 阅读(502) 评论(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 阅读(841) 评论(0) 推荐(0)

导航