SPA2Net PyTorch implementation for SPA2Net. ⚙️ Quick Start: Train & Test Switch to the scripts directory and execute the following shell code: 🔥 Train bash ./train_vgg_cub.sh # For VGG-16 trained on CUB-200-2011 🔥 Test Download the model from GoogleDrive and put it into snapshot/vgg16_cub_spa2net/ Execute the following command: bash ./test_vgg_cub.sh 🔍 For a more detailed explanation of each parameter, please refer to the HELP.md.