TensorFlow學習筆記2——數據類型及簡單運算

0. 小試牛刀 首先,激活tensorflow環境( source activate tensorflow ),隨後在ipython裏: 1 import tensorflow as tf 2 sess = tf.Session() 創建常量格式如下: 1 tf.constant(value, dtype=None, shape=None, name='Const', verify_shape=F
相關文章
相關標籤/搜索