We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f2965f commit 4160157Copy full SHA for 4160157
README.md
@@ -1,7 +1,7 @@
1
### Environment Installation
2
3
Run the following to create the environment:
4
-<code>conda create --name pytorch-intro python=3.9
+<code>conda create --name pytorch-intro python=3.9</code>
5
<code>conda activate pytorch-intro<code>
6
<code>conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch</code>
7
<code>pip install tqdm</code>
0 commit comments