Skip to content

Commit 2abd6fb

Browse files
committed
added some note
1 parent 48cdc8c commit 2abd6fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ While using conda, you dont even need to have python 3.11 installed from before.
1616
* *Windows and Linux*: `conda create -n .\virtual_environment\alg4 python=3.11`
1717
When creating with conda, feel free to use pip therafter to install other packages - this is necessary as causal-learn and dowhy are not available on conda.
1818

19+
[!NOTE]
20+
It is recommended that you comment out the following packages first in your requirements.txt:
21+
1. tensorflow:
22+
- tensorboard==2.15.1
23+
- tensorboard-data-server==0.7.2
24+
- tensorflow==2.15.0
25+
- tensorflow-estimator==2.15.0
26+
- tensorflow-intel==2.15.0
27+
- tensorflow-io-gcs-filesystem==0.31.0
28+
2. pytorch:
29+
- torch==2.2.0+cu121
30+
- torchaudio==2.2.0+cu121
31+
- torchmetrics==1.3.0.post0
32+
- torchvision==0.17.0+cu121
33+
34+
Thereafter install tensorflow simply by using: `pip install tensorflow`
35+
36+
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/).
37+
1938
## How to use:
2039

2140
To run the baselines for the synthetic dataset, run the following command:

0 commit comments

Comments
 (0)