Skip to content

Commit 1ff083b

Browse files
authored
Merge pull request #146 from blazejosinski/patch-1
nitpicking fix in example
2 parents f99a4b8 + 6cdc894 commit 1ff083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ But what if you just want to train a small model in Jupyter Notebook? Here is a
7878
```{python}
7979
plotlosses = PlotLosses()
8080
plotlosses.update({'acc': 0.7, 'val_acc': 0.4, 'loss': 0.9, 'val_loss': 1.1})
81-
plot.send() # draw, update logs, etc
81+
plotlosses.send() # draw, update logs, etc
8282
```
8383

8484
There are callbacks for common libraries and frameworks: `PlotLossesKeras`, `PlotLossesKerasTF`, `PlotLossesPoutyne`, `PlotLossesIgnite`.

0 commit comments

Comments
 (0)