摘要: 安装好环境后的测试代码: import tensorflow as tf tf.test.is_gpu_available() 测试终端输出: Your CPU supports instructions that this TensorFlow binary was not compiled to 阅读全文
posted @ 2022-03-15 17:04 lydia19 阅读(112) 评论(0) 推荐(0)
摘要: 先上代码,之后再补充 import osimport globimport shutildir='....'if not os.path.exists(dir+'training'): os.mkdir(dir+'training')if not os.path.exists(dir+'testin 阅读全文
posted @ 2021-10-20 23:18 lydia19 阅读(45) 评论(0) 推荐(0)