-
Notifications
You must be signed in to change notification settings - Fork 26
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
vgg16.npy instead of vgg16.pkl #2
Comments
Please check demo: Just use this one to load the pre-trained the model. In order to train, in the training.py, please comment this line: Load model weights and metadatad = pickle.load(open('vgg16.pkl')) Then everything should work |
Please try 60 or 50, also, for egionSize=55, it looks really weird. I will update a repeatable version using pytorch lately and let your know. |
Please check the updated pytorch version, it should be much easier for you. https://github.com/ccny-ros-pkg/pytorch_Concrete_Inspection.git |
Hello,
Do you have an updated training.py file where you demonstrate how to correctly load and use parameters from npy pretrained file? Or maybe you can provide path to download vgg16.pkl?
The text was updated successfully, but these errors were encountered: