Attention-driven-Masking-and-Throwing
No description available.
File Explorer
Download Latest Version (.zip)- crop.py
- datasets.py
- lars.py
- lr_decay.py
- lr_sched.py
- misc.py
- pos_embed.py
- amtdatasets.py
- engine_finetune.py
- engine_pretrain.py
- main_finetune.py
- main_linprobe.py
- main_pretrain.py
- models_mae.py
- models_vit.py
- simmim_amt_pretrain__vit_base.yaml
- simmim_finetune__vit_base.yaml
- __init__.py
- amtdatasets.py
- data_finetune.py
- data_simmim.py
- datasets.py
- __init__.py
- build.py
- simmim.py
- vision_transformer.py
- .DS_Store
- config.py
- logger.py
- lr_scheduler.py
- main_finetune.py
- main_simmim.py
- optimizer.py
- utils.py
- AMT.pdf
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/guijiejie/Attention-driven-Masking-and-Throwing
Downloads the entire project code from GitHub to your computer.
cd Attention-driven-Masking-and-Throwing
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
