Skip to content

hazdzz/Paramixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paramixer

About

The PyTorch implementation of Paramixer from the paper Paramixer: Parameterizing Mixing Links in Sparse Factors Works Better than Dot-Product Self-Attention.

Citation

@inproceedings{9878955,
  title     = {Paramixer: Parameterizing Mixing Links in Sparse Factors Works Better than Dot-Product Self-Attention}, 
  author    = {Yu, Tong and Khalitov, Ruslan and Cheng, Lei and Yang, Zhirong},
  booktitle = {2022 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, 
  year      = {2022},
  pages     = {681--690}
}

Datasets

  1. LRA: https://mega.nz/file/tBdAyCwA#AvMIYJrkLset-Xb9ruA7fK04zZ_Jx2p7rdwrVVaTckE

Training Steps

  1. Create a data folder:
mkdir data
  1. Download the dataset compressed archive
wget $URL
  1. Decompress the dataset compressed archive and put the contents into the data folder
unzip $dataset.zip
mv $datast ./data/$datast
  1. Run the main file
python $dataset_main.py --task="$task"

Requirements

To install requirements:

pip3 install -r requirements.txt

About

The PyTorch implementation of Paramixer.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages