We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f99a4b8 + 6cdc894 commit 1ff083bCopy full SHA for 1ff083b
1 file changed
README.md
@@ -78,7 +78,7 @@ But what if you just want to train a small model in Jupyter Notebook? Here is a
78
```{python}
79
plotlosses = PlotLosses()
80
plotlosses.update({'acc': 0.7, 'val_acc': 0.4, 'loss': 0.9, 'val_loss': 1.1})
81
-plot.send() # draw, update logs, etc
+plotlosses.send() # draw, update logs, etc
82
```
83
84
There are callbacks for common libraries and frameworks: `PlotLossesKeras`, `PlotLossesKerasTF`, `PlotLossesPoutyne`, `PlotLossesIgnite`.
0 commit comments