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
相關文章
相關標籤/搜索