FFVT
FFVT copied to clipboard
[BMVC 2021] The official PyTorch implementation of Feature Fusion Vision Transformer for Fine-Grained Visual Categorization
1. Hi, when I saw your code, I found that only the first 11 layers of the transformer are loaded (when feature_fusion == True) And the "ff_last_layer" and "ff_encoder_norm" are...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...
Hi, Thanks for your excellent work, i have a question, how many steps did you train on each dataset? and dose the batchsize you mentioned in your paper refer to...
I wanted to load the pretrained weights but on specifying --pretrained_dir as the absolute path of the weights file: soyloc.bin, I get the following error: WARNING - __main__ - Process...
Thank you for this awesome work. I'm getting a problem when using the training script. The problem is related with apex, can you include a command how to install it...
Hello, thank you for your awesome work. I want to ask about how can i train your model using custom dataset? Thank you.