tensorflow pycharm 测试代码

# -*- coding:utf-8 -*- # outhor: aihan time: 2019/1/17 import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf import numpy as np tf.InteractiveSession() #TensorFlow operations a
相关文章
相关标签/搜索