Skip to content

Commit

Permalink
fulfill README
Browse files Browse the repository at this point in the history
  • Loading branch information
linjing-lab committed Oct 29, 2023
1 parent ce33de2 commit 509f822
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion released_box/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ perming: Perceptron Models Are Training on Windows Platform with Default GPU Acc

## init backend

refer to https://pytorch.org/get-started/locally/ and choose PyTorch that support `cuda` compatible with your Windows.
refer to https://pytorch.org/get-started/locally/ and choose PyTorch to support `cuda` compatible with your Windows.

tests with: PyTorch 1.7.1+cu101

Expand Down Expand Up @@ -141,6 +141,14 @@ download stable version:
```text
pip install perming --upgrade
```
download versions without supported *early_stop*:
```text
pip install perming==1.3.1
```
download versions with supported *early_stop*:
```text
pip install perming>=1.4.1
```
download version without enhancing *Parallel* and *delayed*:
```text
pip install perming==1.6.1
Expand Down

0 comments on commit 509f822

Please sign in to comment.