Skip to content

Commit

Permalink
update env prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hzphzp committed Aug 29, 2023
1 parent fd0402b commit 99dbe38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions Adaptive Frequency Filters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ cd TokenMixers/AFFNet/
3. Install required packages:
```bash
conda create -fyn AFFNet python=3.8
conda activate AFFNet
python -m pip install wandb ptflops einops
python -m pip install -r requirements.txt
python -m pip install psutil torchstat tqdm
Expand Down
8 changes: 6 additions & 2 deletions Adaptive Frequency Filters/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scikit-image

# requirement for Pytorch, Torchvision, TorchText
torch==1.13.1
torchvision==0.13.1
torchvision==0.15.2
torchtext==0.13.1 # torchtext version needs to be compatible with PyTorch version
complexPyTorch==0.4
torch-dct==0.1.6
Expand Down Expand Up @@ -53,4 +53,8 @@ h5py
# for reading byte data
pybase64

click
click

opencv-python

pycocotools

0 comments on commit 99dbe38

Please sign in to comment.