diff --git a/README.md b/README.md index c911a72..a80d9cc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ We received feedback from other researchers that our orthogonality initializatio * Install anaconda: https://www.anaconda.com/distribution/ * set up conda environment w/ python 3.8, ex: `conda create --name coda python=3.8` * `conda activate coda` - * `sh install_requirements.sh` + * `sh install-requirements.sh` * NOTE: this framework was tested using `torch == 2.0.0` but should work for previous versions ## Datasets @@ -33,7 +33,7 @@ We received feedback from other researchers that our orthogonality initializatio All commands should be run under the project root directory. **The scripts are set up for 4 GPUs** but can be modified for your hardware. ```bash -sh experiments/cifar100.sh +sh experiments/cifar-100.sh sh experiments/imagenet-r.sh sh experiments/domainnet.sh ```