tensorflow學習1

安裝好Tensorflow以後開始學習如何使用 使用ubuntu+python+vim學習Tensorflow source ./venv/bin/activate sudo vi a.py a:py:python import tensorflow as tf a = tf.constant([1,2]) print a 保存後,python a.py執行 Tensor(「Const:0」, s
相關文章
相關標籤/搜索