Skip to content

Commit 1810105

Browse files
authored
beginner/nn_tutorial 데이터 파일 다운로드 경로 수정(#655) (#656)
1 parent 4e81cc8 commit 1810105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/nn_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
PATH.mkdir(parents=True, exist_ok=True)
5555

56-
URL = "https://github.com/pytorch/tutorials/raw/master/_static/"
56+
URL = "https://github.com/pytorch/tutorials/raw/main/_static/"
5757
FILENAME = "mnist.pkl.gz"
5858

5959
if not (PATH / FILENAME).exists():

0 commit comments

Comments
 (0)