-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from p-lambda/dev
v1.2.2
- Loading branch information
Showing
9 changed files
with
76 additions
and
48 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 |
---|---|---|
|
@@ -29,7 +29,7 @@ pip install wilds | |
If you have already installed it, please check that you have the latest version: | ||
```bash | ||
python -c "import wilds; print(wilds.__version__)" | ||
# This should print "1.2.1". If it doesn't, update by running: | ||
# This should print "1.2.2". If it doesn't, update by running: | ||
pip install -U wilds | ||
``` | ||
|
||
|
@@ -50,7 +50,10 @@ pip install -e . | |
- torch>=1.7.0 | ||
- torch-scatter>=2.0.5 | ||
- torch-geometric>=1.6.1 | ||
- torchvision>=0.8.2 | ||
- tqdm>=4.53.0 | ||
- scikit-learn>=0.20.0 | ||
- scipy>=1.5.4 | ||
|
||
Running `pip install wilds` or `pip install -e .` will automatically check for and install all of these requirements | ||
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 | |
git clone [email protected]:p-lambda/wilds.git | ||
``` | ||
|
||
To run these scripts, you will need to install these additional dependencies: | ||
To run these scripts, you will also need to install this additional dependency: | ||
|
||
- torchvision>=0.8.2 | ||
- transformers>=3.5.0 | ||
|
||
All baseline experiments in the paper were run on Python 3.8.5 and CUDA 10.1. | ||
|
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
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
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
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
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
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
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
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