AFFNet-Unofficial Implementation
code:https://github.com/NWPU-Li/AFFNet
''' Description:
Author:LL-Version-V1
LastEditTime: 2023-08-23
Description:AFFNet-Pytorch-Unofficial-Implementation
Reference:https://github.com/microsoft/TokenMixers
Original Paper:Adaptive Frequency Filters As Efficient Global Token Mixers, ICCV 2023-https://arxiv.org/abs/2307.14008
'''
python affnet_LL.py
You can change the 'model-mode' by modifying the "config:model.classification.affnet.mode". There are three options to choose, ie. ["xx_small", "x_small", "small"].