Ambuj Choudha
Ambuj Choudha
Hi, I have added the commands which I ran for ResNet50 experiments. These commands are consistent with TL-lib (i.e. without --no-pool flag). Regarding the changes I made in pytorch code,...
As far as I have analyzed, one only needs to add the imagelist files appropriately to train the model on a custom dataset. I have created the image list as...
I noticed that there is a deviation from standard practice, during test time, the accuracy metric is just using 'top1' accuracy and it is not getting averaged across classes! In...
 Like I get the output from this model, but the it seems to me that the best model isn't saved. Like I had to manually check the best accuracy....