-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
restore the weight of Inception_v4 #31
Comments
What script are you executing? Where is your model from and where are your weights from? |
@yuantailing the script is eval_image_classifier.py,get the model from https://ctwdataset.github.io/, together with the dataset |
I think you'd better |
@yuantailing thank you very much, I write a inference script to classify one image. solve the problem , it because the inception_v4 default input size is 299, and your trained model is 235. Thank you! |
Results indicate that inception_v4 has the best performance even if input size is 235. Accuracy can be found in paper. (80.5%) |
nvalidArgumentError (see above for traceback): Assign requires shapes of both tensors to match. lhs shape= [3,3,128,768] rhs shape= 5,5,128,768, use_locking=true, validate_shape=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](InceptionV4/AuxLogits/Conv2d_2a/weights, save/RestoreV2:9)]]
like:
tensorflow/tensorflow#18725
The text was updated successfully, but these errors were encountered: