구글에 검색하면 jupyter notebook에 tensorflow 커널을 추가하는 방법이 줄줄이 나오는데... 그냥 귀찮을 뿐이다.
단순하게 아래처럼 하면 된다.
(base) conda create -n tensorflow tensorflow-gpu python=3.7
(base) activate tensorflow <-- 이러면 tensorflow 환경으로 진입.
(tensorflow) conda install jupyter notebook <- Jupyter notebook을 설치합니다.
========== tensorflow 환경에 jupyter notebook 설치가 끝났으므로
(tensorflow) jupyter notebook <- Jupyter notebook을 실행합니다.
-------------
이 정보의 소스는 아래, 다른 글들은 필수 내용이 조금씩 빠져있었다.
'TensorFlow OpenCV' 카테고리의 다른 글
Keras Regression (1) | 2019.12.06 |
---|---|
PyCharm new project + interpreter (0) | 2019.11.11 |
CUDA10.0, cuDNN, Anaconda, Pycharm (0) | 2019.10.30 |
python file example 개행문자 \r 없애기 (0) | 2019.10.05 |
YOLO V3 darknet 수정(이미지 잘라서 사용) 2019. 9. 8. 21:18 (0) | 2019.10.05 |