-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Johnathan Xie
committed
Mar 12, 2024
1 parent
fc586cf
commit 6bd2d63
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
Installation | ||
# Installation | ||
conda create --name sma_env --name python=3.10 | ||
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 | ||
pip install . | ||
pip install datasets evaluate | ||
pip install scipy scikit-learn timm | ||
pip install scipy scikit-learn timm | ||
|
||
# Experiments | ||
Experiments are found in the examples directory with accompanying scripts in each directory. To ease reproducing experiments, | ||
we have preprocessed and uploaded all pretraining and finetuning datasets to huggingface hub which will automatically | ||
download when scripts are run. |