Skip to content

Commit

Permalink
Removed debug graph
Browse files Browse the repository at this point in the history
  • Loading branch information
bclarkson-code committed Jan 27, 2024
1 parent 9177533 commit 2108c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_simple_neural_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def test_can_train_simple_neural_network():
model.update(LEARNING_RATE)
model.zero_grad()

plt.plot(losses)
plt.show()
# plt.plot(losses)
# plt.show()

0 comments on commit 2108c3d

Please sign in to comment.