摘要: 1 import tensorflow as tf 2 print(tf.__version__) 3 4 5 for gpu in tf.config.experimental.list_physical_devices('GPU'): 6 tf.config.experimental.set_m 阅读全文
posted @ 2020-06-08 21:48 WWBlog 阅读(367) 评论(0) 推荐(0) 编辑