Jensen-holm commited on
Commit
d57e8af
·
1 Parent(s): b95c374

fixing typos

Browse files
Files changed (1) hide show
  1. neural_network/neural_network.py +1 -1
neural_network/neural_network.py CHANGED
@@ -54,5 +54,5 @@ class NeuralNetwork:
54
  # not returning this because we are making our own
55
  # plots and this can be a lot of data
56
  # "loss_history": self.loss_history,
57
- "plot_id": self.plot_id,
58
  }
 
54
  # not returning this because we are making our own
55
  # plots and this can be a lot of data
56
  # "loss_history": self.loss_history,
57
+ "plot_key": self.plot_key,
58
  }