Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
usedToBeTomas committed Jul 14, 2023
1 parent a320c5d commit 584af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/1. simple_image_classifier/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
output = np.concatenate((np.ones(500), np.zeros(500)))

#Train the neural network using backpropagation
model.train(input, output, batch_size = 16, epoch_number = 100, rate = 0.6)
pof.train(model, input, output, batch_size = 16, epoch_number = 100, rate = 0.6)

0 comments on commit 584af92

Please sign in to comment.