上一页 1 ··· 5 6 7 8 9

2017年5月6日

摘要: 问题: 当使用Keras运行示例程序mnist_cnn时,出现如下错误: 'keras.backend' has no attribute 'image_data_format' 程序路径https://github.com/fchollet/keras/blob/master/examples/m 阅读全文
posted @ 2017-05-06 14:34 lion_zheng 阅读(12827) 评论(0) 推荐(0) 编辑

2017年4月29日

摘要: C盘在使用过程中,内容会越来越多,剩余空间越来越小。如何清理出更多空间呢?以windows7为例 转载请保留 http://www.cnblogs.com/lion-zheng/ 使用WinDirStat查看哪个文件占用的空间比较大 软件下载地址 https://www.fosshub.com/Wi 阅读全文
posted @ 2017-04-29 08:01 lion_zheng 阅读(1152) 评论(0) 推荐(2) 编辑

2017年4月19日

摘要: 使用ndarray数据时,如果希望知道数据的类型和维数,可以按照以下方法: Xxx.dtype #xxx表示一个ndarray类型的变量,返回ndarray的数据类型 Xxx.shape #xxx表示一个ndarray类型的变量,返回ndarray的数据维数 转载请保留 http://www.cnb 阅读全文
posted @ 2017-04-19 07:53 lion_zheng 阅读(1810) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9

导航