Skip to content

Commit c31b728

Browse files
committed
note changes pt4
1 parent dc12e99 commit c31b728

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,24 @@ When creating with conda, feel free to use pip therafter to install other packag
1818

1919
---
2020
**NOTE**
21-
It is recommended that you comment out the following packages first in your requirements.txt:
22-
1. tensorflow:
23-
- tensorboard==2.15.1
24-
- tensorboard-data-server==0.7.2
25-
- tensorflow==2.15.0
26-
- tensorflow-estimator==2.15.0
27-
- tensorflow-intel==2.15.0
28-
- tensorflow-io-gcs-filesystem==0.31.0
29-
2. pytorch:
30-
- torch==2.2.0+cu121
31-
- torchaudio==2.2.0+cu121
32-
- torchmetrics==1.3.0.post0
33-
- torchvision==0.17.0+cu121
34-
35-
> Thereafter install tensorflow simply by using: `pip install tensorflow`
36-
37-
> Install pytorch using the official site for [current version](https://pytorch.org/get-started/locally/) or [older versions](https://pytorch.org/get-started/previous-versions/).
21+
22+
> [It is recommended that you comment out the following packages first in your requirements.txt:
23+
1. tensorflow:
24+
- tensorboard==2.15.1
25+
- tensorboard-data-server==0.7.2
26+
- tensorflow==2.15.0
27+
- tensorflow-estimator==2.15.0
28+
- tensorflow-intel==2.15.0
29+
- tensorflow-io-gcs-filesystem==0.31.0
30+
2. pytorch:
31+
- torch==2.2.0+cu121
32+
- torchaudio==2.2.0+cu121
33+
- torchmetrics==1.3.0.post0
34+
- torchvision==0.17.0+cu121]
35+
36+
Thereafter install tensorflow simply by using: `pip install tensorflow`
37+
38+
Install pytorch using the official site for [current version](https://pytorch.org/get-started/locally/) or [older versions](https://pytorch.org/get-started/previous-versions/).
3839
---
3940

4041
## How to use:

0 commit comments

Comments
 (0)