See the pre-loaded examples to quickly get familiar with ClearML’s various capabilities.
Browse "Pro Tips" in the Help menu to jump start your work flow.
Check out the ClearML docs for advanced information and in depth how-to’s.
Tasks have been enqueued on the {{queue?.name}} queue, which is currently not serviced by any worker. They will remain in the 'pending' state until a ClearML worker services this queue.
{{step.header}}
{{step.title}}
{{step.code}}
{{step.subNote}}
Complete the clearml configuration information as prompted.
api {{ '{' }} {{'# ' + workspace.name}} web_server: {{WEB_SERVER_URL}} api_server: {{API_BASE_URL}} files_server: {{fileBaseUrl}} credentials {{ '{' }} "access_key" = "{{accessKey}}" "secret_key" = "{{secretKey}}" } }
Manage your app credentials in the workspace settings page
3. Integrate
Add the following lines to your code
from {{gettingStartedContext?.packageName || 'clearml'}} import Task task = Task.init(project_name="my project", task_name="my task")