Tensorflow Test1

import tensorflow as tf from numpy.random import RandomState def test(): print("test start") #定义训练数据batch的大小 batch_size = 8 #定义神经网络参数 w1 = tf.Variable(tf.random_normal([2,3],std
相关文章
相关标签/搜索