-
Notifications
You must be signed in to change notification settings - Fork 51
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
How to test the code on custom data? #9
Comments
Hi Parth, Sorry for my late reply; got busy with university for a while and missed your issue. |
Hi Moein, model initialized with norm initialization
|
Load the ResNet weights as well. You have to train and save the weights. |
I went through your codebase and it is excellently explaining the whole process, but I could not find how to test the model for custom images after training.
I was thinking to extend this project and use this model for a webapp. Therefore, I need to know how to test it for custom images?
The text was updated successfully, but these errors were encountered: