2018년 7월 2일 월요일

Building Tensorflow on anaconda in Mac

1. Follow the link below
https://www.tensorflow.org/install/install_sources

2. Follow the commands
conda create --name tensorflow python=3.6 #if you never installed it before. activate tensorflow pip install tensorflow

ex) make graph log file in a source code
tw = tf.summary.FileWriter("log_dir", graph=sess.graph)

ex) connect with the link below
http://localhost:6006/

댓글 없음:

댓글 쓰기