mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Documentation
This commit is contained in:
parent
295569216e
commit
0336fb9d45
@ -86,7 +86,7 @@ Connect your code with TRAINS:
|
|||||||
1. Add the following lines to your code
|
1. Add the following lines to your code
|
||||||
|
|
||||||
from trains import Task
|
from trains import Task
|
||||||
task = Task.init(project_name=”my project”, task_name=”my task”)
|
task = Task.init(project_name="my project", task_name="my task")
|
||||||
|
|
||||||
1. Run your code. When TRAINS connects to the server, a link is printed. For example
|
1. Run your code. When TRAINS connects to the server, a link is printed. For example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user