Tensorflow - How to use Inception model


1. tensorflow 폴더에 소스 코드 복사하기

 cd /tensorflow

git clone https://github.com/tensorflow/models


2. 파이썬 경로에 nets 경로 추가

export PYTHONPATH="$PYTHONPATH:/tensorflow/models/slim"


3. inception_resnet_test 파일 실행

 cd /tensorflow/models/slim/nets

python inception_resnet_v2_test.py




+ Recent posts