Skip to content

Commit 2c82977

Browse files
committed
master to main branch change
1 parent 336a85f commit 2c82977

16 files changed

+2654
-2650
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Generate pdoc3 documentation
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99

1010
jobs:
1111
build-and-deploy:

.github/workflows/external_packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package with external dependencies
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

.github/workflows/flake8_yapf.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Flake8 and yapf
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

.github/workflows/pythonpackage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ pip install git+git://github.com/stared/livelossplot.git
4747

4848
## Examples
4949

50-
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
6363

6464
You [run examples in Colab](https://colab.research.google.com/github/stared/livelossplot).
6565

examples/2d_prediction_maps.ipynb

+346-346
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)