Skip to content

Commit 46a38a4

Browse files
committed
final complete
1 parent 4160157 commit 46a38a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
### Environment Installation
22

33
Run the following to create the environment:
4+
5+
46
<code>conda create --name pytorch-intro python=3.9</code>
7+
58
<code>conda activate pytorch-intro<code>
9+
610
<code>conda install pytorch==1.12.1 torchvision==0.13.1 cudatoolkit=11.3 -c pytorch</code>
11+
712
<code>pip install tqdm</code>
813

914
### Dataset:

0 commit comments

Comments
 (0)