Unanswered
Hello Everybody, Is It Possible To Download My Python Code From Clearml Server?
@<1615519322766053376:profile|DrainedOctopus19> if your code is a single file (which was stored on the clearml server), then ity is stored on the Task:
task = Task.get_task("task UID here")
# this should be your entire code
print(task.data.script.diff)
133 Views
0
Answers
one year ago
one year ago