We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tf 초보입니다.
다름이 아니라, 학습과정에서 saver를 이용하여, cnn_study.ckpt-* 이름으로 checkpoint cnn_study.ckpt-0 cnn_study.ckpt-0.meta cnn_study.ckpt-1 cnn_study.ckpt-1.meta cnn_study.ckpt-2 cnn_study.ckpt-2.meta cnn_study.ckpt-3 cnn_study.ckpt-3.meta cnn_study.ckpt-4 cnn_study.ckpt-4.meta 이렇게 생성하였습니다.
단독 파일(.py)에서 학습이 아닌, 생성된 모델을 이용하여, 로드한후, 이미지 한장 읽어들여서, prediction(softmax)하는 예가 없나요? 찾아봐도 없는것 같아서. 부탁드립니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tf 초보입니다.
다름이 아니라,
학습과정에서 saver를 이용하여, cnn_study.ckpt-* 이름으로
checkpoint cnn_study.ckpt-0 cnn_study.ckpt-0.meta cnn_study.ckpt-1 cnn_study.ckpt-1.meta cnn_study.ckpt-2 cnn_study.ckpt-2.meta cnn_study.ckpt-3 cnn_study.ckpt-3.meta cnn_study.ckpt-4 cnn_study.ckpt-4.meta
이렇게 생성하였습니다.
단독 파일(.py)에서 학습이 아닌,
생성된 모델을 이용하여, 로드한후,
이미지 한장 읽어들여서, prediction(softmax)하는 예가 없나요?
찾아봐도 없는것 같아서.
부탁드립니다.
The text was updated successfully, but these errors were encountered: