You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Thank you for sharing the code. I am using your code for the classification of my custom data. The image size of the dataset is just 64x64 and has 8 classes.
I just want to know, if can you provide the testing code so one can test the final checkpoint and calculate the confusion matrix. Thank you
The text was updated successfully, but these errors were encountered:
After completing the training best_checkpoint.bin file will saved as checkpoint. Please check the training script train.py file and it's 214, 215 line. Just use the test data instead of training data and then remove the comment from 214 and 215 line. Then it will load the best_checkpoint file and perform test. You can do it outside the epoch_iterator also by adding these two lines. Thanks.
Hello, Thank you for sharing the code. I am using your code for the classification of my custom data. The image size of the dataset is just 64x64 and has 8 classes.
I just want to know, if can you provide the testing code so one can test the final checkpoint and calculate the confusion matrix. Thank you
The text was updated successfully, but these errors were encountered: