본문 바로가기

tensorflow

텐서플로우 윈도우 환경에 배포하기 TIP

Installed: conda, python 3.x

 

activate "conda env name"

 

install pyinstall

"pip install pyinstaller"

 

pyinstaller "xx.py" -F

 

-F: one file

 

Python Main Code  첫 라인 실행까지 35-40초 소요

 

실행 환경:

Win 10, intel i7 8Gen, RAM 16G, NVIDIA 1060 6G, SSD

'tensorflow' 카테고리의 다른 글

텐서플로우 기반 XOR 구현  (0) 2019.12.12