Closed magentay closed 5 years ago
This is probably the same as #13
This is probably the same as,I've solved it,you can try: Change "model_fn = select_model(FLAGS.model_type)" in guess. py to "model_fn = select_model('inception3')"
You shouldnt need to do that, just pass --model_type inception
to the program as defined in the referenced ticket (#13)
I tried to export the checkpoint by export.py by running
The error I got is:
How to solve it?