You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This should print "1.2.1". If it doesn't, update by running:
32
+
# This should print "1.2.2". If it doesn't, update by running:
33
33
pip install -U wilds
34
34
```
35
35
@@ -50,7 +50,10 @@ pip install -e .
50
50
- torch>=1.7.0
51
51
- torch-scatter>=2.0.5
52
52
- torch-geometric>=1.6.1
53
+
- torchvision>=0.8.2
53
54
- tqdm>=4.53.0
55
+
- scikit-learn>=0.20.0
56
+
- scipy>=1.5.4
54
57
55
58
Running `pip install wilds` or `pip install -e .` will automatically check for and install all of these requirements
56
59
except for the `torch-scatter` and `torch-geometric` packages, which require a [quick manual install](https://pytorch-geometric.readthedocs.io/en/latest/notes/installation.html#installation-via-binaries).
@@ -63,9 +66,8 @@ These scripts are not part of the installed WILDS package. To use them, you shou
63
66
git clone git@github.com:p-lambda/wilds.git
64
67
```
65
68
66
-
To run these scripts, you will need to install these additional dependencies:
69
+
To run these scripts, you will also need to install this additional dependency:
67
70
68
-
- torchvision>=0.8.2
69
71
- transformers>=3.5.0
70
72
71
73
All baseline experiments in the paper were run on Python 3.8.5 and CUDA 10.1.
0 commit comments