摘要:
列出可用GPU from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) from keras import backend as K K.tensorflow_backend._ge 阅读全文
摘要:
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... 阅读全文