peter-wang321
commited on
Commit
·
9ec37ee
1
Parent(s):
2f21db7
Update README
Browse files
README.md
CHANGED
@@ -26,6 +26,11 @@ The framework of DLF. Please refer to [Paper Link](arxiv) for details.
|
|
26 |
```
|
27 |
conda create -n DLF python==3.9.13
|
28 |
```
|
|
|
|
|
|
|
|
|
|
|
29 |
```
|
30 |
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
|
31 |
```
|
|
|
26 |
```
|
27 |
conda create -n DLF python==3.9.13
|
28 |
```
|
29 |
+
- Actiavte the built DLF environment.
|
30 |
+
```
|
31 |
+
conda activate DLF
|
32 |
+
```
|
33 |
+
- Install Pytorch with CUDA
|
34 |
```
|
35 |
pip install torch==1.13.0+cu117 torchvision==0.14.0+cu117 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu117
|
36 |
```
|