01 2019 档案

__slots__属性,声明实力属性名字列表
摘要:消除__dict__,节省内存。 阅读全文

posted @ 2019-01-28 10:30 NothingLZ 阅读(136) 评论(0) 推荐(0)

isinstance 与 type 的区别
摘要:地址:http://www.runoob.com/python/python-func-isinstance.html 阅读全文

posted @ 2019-01-28 10:19 NothingLZ 阅读(128) 评论(0) 推荐(0)

conda使用技巧
摘要:https://www.cnblogs.com/Sinte-Beuve/p/8597429.html https://www.cnblogs.com/xiaotongtt/p/8909844.html conda env --help #查看帮助 conda env list #列出所有的虚拟环境 阅读全文

posted @ 2019-01-26 12:02 NothingLZ 阅读(438) 评论(0) 推荐(0)

卷积神经网络参数
摘要:卷积神经网络(Convolutional Neural Network, CNN)是深度学习技术中极具代表的网络结构之一,在图像处理领域取得了很大的成功,在国际标准的ImageNet数据集上,许多成功的模型都是基于CNN的。CNN相较于传统的图像处理算法的优点之一在于,避免了对图像复杂的前期预处理过 阅读全文

posted @ 2019-01-18 11:06 NothingLZ 阅读(4845) 评论(0) 推荐(0)

导航