02. Install TensorFlow

2018. 10. 31. 22:00Hello TensorBoard

<Install "TensorFlow" (PyCharm IDE)>



1. File > Settings

2. Project > Project Interpreter > 

3. (click "+" on right side) > 

4. Available Packages > (type tensorflow)

5. (click "Install Package")





<Try "import tensorflow">


1. Open a terminal (Alt + F12)

2. "import tensorflow"




'Hello TensorBoard' 카테고리의 다른 글

07. Cleaning the graph (node name, name scope)  (0) 2018.11.01
06. Fail in training??  (0) 2018.11.01
05. Create a network  (0) 2018.11.01
04. Placeholder (on TensorBoard)  (0) 2018.11.01
03. Load MNIST dataset  (0) 2018.11.01