Unanswered
Hi Everyone,
We Have Been Using Clearml Free And It Has Been Working Fine!
However We Have Noticed In The Last Few Days That Python Sdk Is Very Slow.
Any Idea Of What The Issue Might Be?
Hi,
Using ClearML Free plan, this simple sample code takes 5min to run:
from clearml import Task
print('creating task')
task_ = Task.init(project_name='test_dev', task_name='task')
print('hello world')
For this test I am not running anything else
192 Views
0
Answers
one year ago
one year ago