08 2020 档案

摘要:https://tensorflow.google.cn/install/source_windows GPU VersionPython versionCompilerBuild toolscuDNNCUDA tensorflow_gpu-2.3.0 3.5-3.8 MSVC 2019 Bazel 阅读全文
posted @ 2020-08-13 14:08 黄彬子 阅读(1443) 评论(0) 推荐(0)
摘要:使用plot_model绘制网络模式失败。 import tensorflow as tf fashion_mnist = tf.keras.datasets.mnist (x_train, y_train), (x_test, y_test) = fashion_mnist.load_data() 阅读全文
posted @ 2020-08-13 14:04 黄彬子 阅读(532) 评论(0) 推荐(0)