摘要:
import tensorflow as tfimport numpy as npx = tf.placeholder(tf.float32, shape=(1024, 1024)) #placeholder是占位符,申明x是1024*1024维度的矩阵,此时并没有初始化具体值。要在Session中 阅读全文
posted @ 2019-03-29 15:49
一生飘摇
阅读(578)
评论(0)
推荐(0)
2019年3月29日