Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
* <b>NOTE: this framework was tested using `torch == 2.0.0` but should work for previous versions</b>

## Datasets
Expand All @@ -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
```
Expand Down