You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Look at notebook files with full working [examples](https://github.com/stared/livelossplot/blob/master/examples/):
51
-
52
-
-[keras.ipynb](https://github.com/stared/livelossplot/blob/master/examples/keras.ipynb) - a Keras callback
53
-
-[minimal.ipynb](https://github.com/stared/livelossplot/blob/master/examples/minimal.ipynb) - a bare API, to use anywhere
54
-
-[script.py](https://github.com/stared/livelossplot/blob/master/examples/script.py) - to be run as a script, `python script.py`
55
-
-[bokeh.ipynb](https://github.com/stared/livelossplot/blob/master/examples/bokeh.ipynb) - a bare API, plots with Bokeh ([open it in Colab to see the plots](https://colab.research.google.com/github/stared/livelossplot/blob/master/examples/bokeh.ipynb))
56
-
-[pytorch.ipynb](https://github.com/stared/livelossplot/blob/master/examples/pytorch.ipynb) - a bare API, as applied to PyTorch
57
-
-[2d_prediction_maps.ipynb](https://github.com/stared/livelossplot/blob/master/examples/2d_prediction_maps.ipynb) - example of custom plots - 2d prediction maps (0.4.1+)
58
-
-[poutyne.ipynb](https://github.com/stared/livelossplot/blob/master/examples/poutyne.ipynb) - a Poutyne callback ([Poutyne](https://poutyne.org/) is a Keras-like framework for PyTorch)
59
-
-[torchbearer.ipynb](https://github.com/stared/livelossplot/blob/master/examples/torchbearer.ipynb) - an example using the built in functionality from torchbearer ([torchbearer](https://github.com/ecs-vlc/torchbearer) is a model fitting library for PyTorch)
60
-
-[neptune.py](https://github.com/stared/livelossplot/blob/master/examples/neptune.py) and [neptune.ipynb](https://github.com/stared/livelossplot/blob/master/examples/neptune.ipynb) - a [Neptune.AI](https://neptune.ai/)
61
-
-[matplotlib.ipynb](https://github.com/stared/livelossplot/blob/master/examples/matplotlib.ipynb) - a Matplotlib output example
62
-
-[various_options.ipynb](https://github.com/stared/livelossplot/blob/master/examples/various_options.ipynb) - an extended API for metrics grouping and custom outputs
50
+
Look at notebook files with full working [examples](https://github.com/stared/livelossplot/blob/main/examples/):
51
+
52
+
-[keras.ipynb](https://github.com/stared/livelossplot/blob/main/examples/keras.ipynb) - a Keras callback
53
+
-[minimal.ipynb](https://github.com/stared/livelossplot/blob/main/examples/minimal.ipynb) - a bare API, to use anywhere
54
+
-[script.py](https://github.com/stared/livelossplot/blob/main/examples/script.py) - to be run as a script, `python script.py`
55
+
-[bokeh.ipynb](https://github.com/stared/livelossplot/blob/main/examples/bokeh.ipynb) - a bare API, plots with Bokeh ([open it in Colab to see the plots](https://colab.research.google.com/github/stared/livelossplot/blob/main/examples/bokeh.ipynb))
56
+
-[pytorch.ipynb](https://github.com/stared/livelossplot/blob/main/examples/pytorch.ipynb) - a bare API, as applied to PyTorch
57
+
-[2d_prediction_maps.ipynb](https://github.com/stared/livelossplot/blob/main/examples/2d_prediction_maps.ipynb) - example of custom plots - 2d prediction maps (0.4.1+)
58
+
-[poutyne.ipynb](https://github.com/stared/livelossplot/blob/main/examples/poutyne.ipynb) - a Poutyne callback ([Poutyne](https://poutyne.org/) is a Keras-like framework for PyTorch)
59
+
-[torchbearer.ipynb](https://github.com/stared/livelossplot/blob/main/examples/torchbearer.ipynb) - an example using the built in functionality from torchbearer ([torchbearer](https://github.com/ecs-vlc/torchbearer) is a model fitting library for PyTorch)
60
+
-[neptune.py](https://github.com/stared/livelossplot/blob/main/examples/neptune.py) and [neptune.ipynb](https://github.com/stared/livelossplot/blob/main/examples/neptune.ipynb) - a [Neptune.AI](https://neptune.ai/)
61
+
-[matplotlib.ipynb](https://github.com/stared/livelossplot/blob/main/examples/matplotlib.ipynb) - a Matplotlib output example
62
+
-[various_options.ipynb](https://github.com/stared/livelossplot/blob/main/examples/various_options.ipynb) - an extended API for metrics grouping and custom outputs
63
63
64
64
You [run examples in Colab](https://colab.research.google.com/github/stared/livelossplot).
0 commit comments