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 4160157 commit 46a38a4Copy full SHA for 46a38a4
README.md
@@ -1,9 +1,14 @@
1
### Environment Installation
2
3
Run the following to create the environment:
4
+
5
6
<code>conda create --name pytorch-intro python=3.9</code>
7
8
<code>conda activate pytorch-intro<code>
9
10
<code>conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch</code>
11
12
<code>pip install tqdm</code>
13
14
### Dataset:
0 commit comments