FGVC-PIM icon indicating copy to clipboard operation
FGVC-PIM copied to clipboard

Pytorch implementation for "A Novel Plug-in Module for Fine-Grained Visual Classification". fine-grained visual classification task.

Results 26 FGVC-PIM issues
Sort by recently updated
recently updated
newest added

This is a great job, but I ran on my own dataset and encountered the following errors. Start Training 3 Epoch..0%..10%..20% Start Evaluating 1 Epoch Start Training 2 Epoch Start...

When I select efficentnet for training I get the following error, only swin-transformer does not report it Can you help me? Start Training 1 EpochTraceback (most recent call last): File...

![image](https://user-images.githubusercontent.com/49222488/176608456-7e439ac7-4af7-4326-a2aa-0a962f37bf97.png) 2 of Ls in these equations? ![image](https://user-images.githubusercontent.com/49222488/176608573-1b1de387-d97f-485c-b190-ad060e118819.png) L or lambda? ![image](https://user-images.githubusercontent.com/49222488/176608738-457a0605-63c1-49a2-a867-14afce442066.png) C or C'? Before or after the fc layer?

im not sure does heat.py works

Excellent work! Can you improve the training configuration for NAbirds? Change ''num_selects'' from [2048, 512, 128, 32] to [256, 128, 64, 32]?

It seems the codes only support single GPU trainning. Is it possible to train on multiple GPUs? thx

Hi, bro, your code is very beautiful, but I made the following error when using swin-t to run the code. How can I use the pre training weight downloaded by...

Hi guys, great work! I wanna try eff_b7 or resnet50 as backbone, but seems the code is default to swin.That if simply change backbone to eff_b7 or resnet, the assert...