mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
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:
@@ -9,7 +9,7 @@
|
||||
"source": [
|
||||
"# Allegro ClearML Keras with TensorBoard example\n",
|
||||
"\n",
|
||||
"[](https://colab.research.google.com/github/allegroai/clearml/blob/master/examples/frameworks/keras/Allegro_Trains_keras_TB_example.ipynb)\n",
|
||||
"[](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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user