Skip to content

Commit b61b1da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e04883d commit b61b1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/training-a-neural-network-with-Pytorch-and-xbatcher.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
"epochs = 5\n",
235235
"\n",
236236
"for epoch in range(epochs):\n",
237-
" print(f'Epoch {epoch+1}/{epochs}')\n",
237+
" print(f'Epoch {epoch + 1}/{epochs}')\n",
238238
" for batch, (X, y) in enumerate(train_dataloader):\n",
239239
" # Forward pass\n",
240240
" predictions = model(X)\n",

0 commit comments

Comments
 (0)