Skip to content

Commit 334b2ef

Browse files
committed
Dummy commit, to restart CI
1 parent 8a2caaa commit 334b2ef

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

beginner_source/nlp/pytorch_tutorial.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
r"""
2+
"""
33
Introduction to PyTorch
44
***********************
55
@@ -281,5 +281,3 @@
281281

282282
with torch.no_grad():
283283
print((x ** 2).requires_grad)
284-
285-

0 commit comments

Comments
 (0)