Skip to content

Commit cc9e07c

Browse files
authored
Update Tutorial.md
1 parent 650e926 commit cc9e07c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Denoising performance (SNR) with the increase of training epochs on simulatedc c
2525
### 1.1 Our environment
2626

2727
* Ubuntu 16.04
28-
* Python 3.6
28+
* Python 3.9
2929
* Pytorch 1.8.0
3030
* NVIDIA GPU (GeForce RTX 3090) + CUDA (11.1)
3131

@@ -34,7 +34,7 @@ Denoising performance (SNR) with the increase of training epochs on simulatedc c
3434
1. Create a virtual environment and install PyTorch. In the 3rd step, please select the correct Pytorch version that matches your CUDA version from [https://pytorch.org/get-started/previous-versions/](https://pytorch.org/get-started/previous-versions/).
3535

3636
```
37-
$ conda create -n deepcadrt python=3.6
37+
$ conda create -n deepcadrt python=3.9
3838
$ conda activate deepcadrt
3939
$ pip install torch==1.8.0+cu111 torchvision==0.9.0+cu111 torchaudio==0.8.0 -f https://download.pytorch.org/whl/torch_stable.html
4040
```

0 commit comments

Comments
 (0)