摘要: 列出可用GPU from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) from keras import backend as K K.tensorflow_backend._ge 阅读全文
posted @ 2018-10-08 18:22 Jerry_Jin 阅读(4914) 评论(0) 推荐(0) 编辑
摘要: CNN 权重可视化How convolutional neural networks see the worldAn exploration of convnet filters with KerasNote: all code examples have been updated to the Keras 2.0 API on March 14, 2017. You will need Kera... 阅读全文
posted @ 2018-10-08 11:02 Jerry_Jin 阅读(657) 评论(0) 推荐(0) 编辑