728x90
728x170
C:\Projects>python
Python 3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.version_info
sys.version_info(major=3, minor=6, micro=6, releaselevel='final', serial=0)
>>> sys.version
'3.6.6 (v3.6.6:4cf1f54eb7, Jun 27 2018, 03:37:03) [MSC v.1900 64 bit (AMD64)]'
>>> ^Z
728x90
그리드형
'TensorFlow Python' 카테고리의 다른 글
[TensorFlow_Python] GAN 알고리즘을 이용한 MNIST 이미지 생성 (0) | 2019.07.02 |
---|---|
[TensorFlow_Python] Venv 설치(pip 명령) 및 실행 (0) | 2019.07.02 |
[TensorFlow_Python] Machine Learning Yearning 한글번역 (0) | 2019.05.23 |
TensorFlow Gpu 버전 설치하기 (0) | 2018.11.24 |
패키지 원하는 버전으로 설치 하기 (0) | 2018.09.29 |