摘要: Hello world 1 # coding=utf-8 2 import tensorflow as tf 3 import os 4 5 os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' 6 7 try: 8 tf.contrib.eager.enable_eag 阅读全文
posted @ 2019-02-19 23:39 Anliven 阅读(585) 评论(0) 推荐(0) 编辑