Hello, I'm a bit lost in the docs for the MLOps, I have script which already integrate clearml logging, should I use clearml-task to launch it on an agent ? ...
3 years ago
Hello, I’m trying to update our ClearML server running on kubernetes (1.6.0-213) but I get this error: > helm upgrade clearml allegroai/clearml --namespace c...
one year ago
Hello, I want to report a confusion matrix with the values fig = plotly.express.imshow( matrix, labels={'x': "Predicted", 'y': "True"}, x=['0', '1'], y=['0',...
2 years ago
Hello, is it possible to disable lazy loading ? It’s quite horrible to use in console logs for instance, where search is useless as it doesn’t request anythi...
one year ago
Sorry I have again another problem, does clearml have its own package resolution system and doesn't use pip ? I use a lib named pyfunctional ( https://pyfunc...
3 years ago
hello, I'm using Task._query_tasks(project_name=...) to iterate on tasks, but I'm getting only the first 500 tasks of my project and I don't know how to get ...
2 years ago
Hello, we recently moved our clearml self-hosted server (on GCE) to be behind a load balancer with certs etc. at the address {app,files,api}.dev.companyname....
2 years ago
Hi, I'm trying the experiment tracking (metrics/plots) and when comparing plots between two experiments, only matplotlib plots (autologged, confusion matrix ...
4 years ago
Hi, plotting a debug sample with a " in the title fails. I think the encoding of the quote is different between the backend and the file server plt.title('th...
4 years ago
Hello, we use clearml with a torch.distributed (DDP, on only 1 machine but with multiple process) training, and we found that clearml intercepts and changes ...
3 years ago
hello, clearml-server appears to fail escaping html in stdout/stderr reporting (the console view), is this a known bug ? is this fixed on 1.13.0 maybe ? I’m ...
one year ago
Hello, I want to update/migrate my trains server (0.16.1-320, installed with docker-compose in /opt/trains) to clearml but I find 0 doc on this, should I mov...
3 years ago
hello, is it possible to edit scalars/plots from an experiment (rename or delete them) with the python client or with the server api?
one year ago
hi, is it possible to change the url of artifacts in clearml tasks ? (following a migration, the file has been migrated but the artifact has the old url/host...
2 years ago