Fix punctuation (#104)

This commit is contained in:
pollfly
2021-11-07 09:51:34 +02:00
committed by GitHub
parent caa0ebdcb7
commit e04d0c971e
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ title: Keras with TensorBoard
The example below demonstrates the integration of **ClearML** into code which uses Keras and TensorBoard.
View it in [script](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/keras_tensorboard.py)
or in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/jupyter_keras_TB_example.ipynb)
or in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/jupyter_keras_TB_example.ipynb).
:::note
The example in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/keras/jupyter_keras_TB_example.ipynb)

View File

@@ -9,7 +9,7 @@ View the example in [script](https://github.com/allegroai/clearml/blob/master/ex
or in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb).
:::note
The example in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb),
The example in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb)
includes a clickable icon to open the notebook in Google Colab.
:::