tensorflow 知識過程

# Tensorflow notepython 基本用法 起始節點 c = tf.Constant(tf.int32, shape=[None, 1], name="Constant") v = tf.Variable(...) # 運行中被更新 p = tf.placeholder(...) shape [None, 784] # None表明第一緯度不肯定,視輸入而定, 用於不定ba
相關文章
相關標籤/搜索