1.tensorflow中的基本概念介绍
graph
session
tensor
operation
feed
fetch
tensorflow高层封装与常用api
tensor的定义:
tf.constant()
tf.Variable()
tf.placeholder()
tf.SparseTensor()
1.tensorflow中的基本概念介绍
graph
session
tensor
operation
feed
fetch
tensorflow高层封装与常用api
tensor的定义:
tf.constant()
tf.Variable()
tf.placeholder()
tf.SparseTensor()