Amin
Amin
Hi. I was looking into the code for bounding box generation in C, and I noticed that you have accumulated bounding boxes for different thresholds (with default values being 30,...
Hi, hope you're doing well. Is there any specific reason for the Inception v3 model (let's say for the CAM method as `InceptionCAM`), to be significantly different than the official...
Hi. Thank you for such a clean repository. I would like to ask if it's possible to have access to a few of the pre-trained models. As many would use...
Hi, I think [this section](https://github.com/google-research/big_transfer#imagenet-results) of the readme (fewshot imagenet experiments), the resnet models are actually BiT-M models not a vanilla (trained from scratch) resnet model. I think it corresponds...
Hi, Thanks for the clean repo. I ran a sanity check with giving the exact replica of the same model, expecting to get an identity diagonal for the output of...
Hi, Thanks for the great repo. Could you please specifically mention your configuration on ResNet34 -> ResNet18 on ImageNet? In the paper it says you use 2x2 pooling but the...
Hi, Thanks for sharing the code and great work! I have a question regarding beta values (coefficient for CAT loss). In the README it's stated that they are not optimized...