### Train FFTFormer Model Source: https://github.com/kkkls/fftformer/blob/main/README.md Execute the training script for the FFTFormer model. Ensure all dependencies are installed before running. ```bash bash train.sh ``` -------------------------------- ### Test FFTFormer Model Source: https://github.com/kkkls/fftformer/blob/main/README.md Execute the testing script for the FFTFormer model. Download the pre-trained model weights from the provided link. ```bash bash test.sh ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.