Link to clear.ml docs and fix links (#389)

* switch allegro.ai links to clear.ml
* fix colab links
* add newline
This commit is contained in:
pollfly
2021-06-29 11:22:12 +03:00
committed by GitHub
parent 0da2499269
commit a79447bba6
4 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,7 @@
"source": [
"# Allegro ClearML Keras with TensorBoard example\n",
"\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/allegroai/clearml/blob/master/examples/frameworks/keras/Allegro_Trains_keras_TB_example.ipynb)\n",
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/allegroai/clearml/blob/master/examples/frameworks/keras/jupyter_keras_TB_example.ipynb)\n",
"\n",
"This example introduces ClearML with Keras and TensorBoard functionality, including automatic logging, models, and TensorBoard outputs. You can find more frameworks examples [here](https://github.com/allegroai/clearml/tree/master/examples/frameworks).\n",
"\n",
@@ -40,7 +40,7 @@
"### Create a new task.\n",
"To create a new Task object, call the `Task.init` method providing it with `project_name` (the project name for the experiment) and `task_name` (the name of the experiment). When `Task.init` executes, a link to the Web UI Results page for the newly generated Task will be printed, and the Task will be updated in real time in the ClearML demo server.\n",
"\n",
"You can read about the `Task` class in the docs [here](https://allegro.ai/docs/task.html)."
"You can read about the `Task` class in the docs [here](https://clear.ml/docs/latest/docs/fundamentals/task)."
]
},
{
@@ -228,4 +228,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}