Ambuj Choudha

Results 4 issues of 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...

![Image](https://github.com/user-attachments/assets/e5aff2f0-6f92-40be-86fc-34e71f465a9a) 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....