Edit video tutorial docs (#452)

This commit is contained in:
pollfly
2023-01-24 11:43:07 +02:00
committed by GitHub
parent e8d0267bbd
commit 7df37fe79a
14 changed files with 124 additions and 177 deletions

View File

@@ -17,12 +17,7 @@ keywords: [mlops, components, Experiment Manager]
</iframe>
</div>
<details className="cml-expansion-panel info">
<summary className="cml-expansion-panel-summary">Read the transcript</summary>
<div className="cml-expansion-panel-content">
### Video Transcript
Welcome to ClearML! In this video, youll learn how to quickly get started with the experiment manager by adding 2 simple lines of Python code to your existing project.
@@ -34,7 +29,7 @@ The first thing to do is to install the `clearml` python package in our virtual
If you paid attention in the first video of this series, youd remember that we need to connect to a ClearML Server to save all our tracked data. The server is where we saw the list of experiments earlier. This connection is what `clearml-init` will set up for us. When running the command itll ask for your server API credentials.
To get those, go to your ClearML server webpage. If youre using our hosted service, this will be at app.clear.ml. if youre hosting your own, browse to your server's address at port 8080. Go to your settings on the top right and, under workspace, create new credentials. This will pop up a window with your API info, and you can just copy paste it into the `clearml-init` prompt.
To get those, go to your ClearML server webpage. If youre using our hosted service, this will be at [app.clear.ml](https://app.clear.ml). if youre hosting your own, browse to your server's address at port 8080. Go to your settings on the top right and, under workspace, create new credentials. This will pop up a window with your API info, and you can just copy paste it into the `clearml-init` prompt.
The prompt will suggest the server URLs that were in your copied snippet. If they are correct just press Enter, otherwise you can change them here.
@@ -72,6 +67,4 @@ Scalars such as loss or accuracy will be plotted on the same axes which makes co
Finally, plots such as a confusion matrix and debug samples can be compared too. For those times when you just want to confirm that the new model is better with your own eyes.
Now that youre ready to start tracking and managing your experiments, well cover some more advanced features and concepts of the experiment manager in the next video. But if you want to get started right now, head over to clear.ml and join our community Slack channel if you need any help.
</div>
</details>
Now that youre ready to start tracking and managing your experiments, well cover some more advanced features and concepts of the experiment manager in the next video. But if you want to get started right now, head over to clear.ml and join our community [Slack Channel](https://join.slack.com/t/clearml/shared_invite/zt-1kvcxu5hf-SRH_rmmHdLL7l2WadRJTQg) if you need any help.