Skip to content

Commit d3b2fb2

Browse files
committed
update README.md to reflect changes in requirements.txt on how to install CPU-only pytorch
1 parent 441ea6d commit d3b2fb2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ If you are installing with `pip` you can run
3232
$ pip install -e . -r requirements.txt
3333
```
3434

35+
Note: DCA only requires a CPU-only `pytorch`. If you wish to, **before** installing DCA as in the above instructions,
36+
you can install a CPU-only `pytorch` by following the `pytorch` [installation guide](https://pytorch.org/get-started/locally/).
37+
38+
39+
```bash
40+
$ pip install torch --index-url https://download.pytorch.org/whl/cpu
41+
```
42+
43+
3544
## Datasets
3645
The 4 datasets used in the DCA paper can be found in the following locations
3746
* [M1](https://zenodo.org/record/583331) - We used indy_20160627_01.mat

0 commit comments

Comments
 (0)