Skip to content

Commit 3c5c3d7

Browse files
committed
unnecessary lines removed
1 parent 574afa3 commit 3c5c3d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/pytorch_integration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ def forward(self, x):
6868
X_train, X_test, y_train, y_test = X[:50000], X[50000:], y[:50000], y[50000:]
6969
X_train = X_train.reshape(50000, 1, 28, 28)
7070
X_test = X_test.reshape(10000, 1, 28, 28)
71-
y_train = y_train
72-
y_test = y_test
7371

7472
# assemble initial data
7573
n_initial = 1000

0 commit comments

Comments
 (0)