보통 matplotlib.pyplot을 import 시켜서 사용하는데
마지막에 %matplotlib inline 을 입력해 주자.
import tensorflow as tf
import matplotlib.pyplot as plt
%matplotlib inline
'Machine Learning' 카테고리의 다른 글
WEKA Package manager 실행 오류 (0) | 2016.09.05 |
---|---|
Ubuntu 16.04 LTS 기반 TensorFlow 개발 환경 셋업 (with GPU) (2) | 2016.07.31 |
Ubuntu 에서 Tensorflow, GPU 연산 설정 후 Pycharm 실행 시 (0) | 2016.07.29 |
Ubuntu 16.04 Pycharm 퍼포먼스 문제 (1) | 2016.07.27 |
Windows 10 에서 Google TensorFlow 설정 (0) | 2016.07.21 |