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
Copy file name to clipboardExpand all lines: README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,24 @@ When creating with conda, feel free to use pip therafter to install other packag
18
18
19
19
---
20
20
**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/).
0 commit comments