I’m using catboost for training, but sadly it does not have a native integration with clearml (xgboost and lightgbm do have integrations). But catboost write...
4 years ago
Hello, my name is Gabriel, I'm using ClearML for our machine learning experiments, which is an amazing tool to manage this type of stuff so thank you guys fo...
4 years ago
Hi, how can I get programmatically a Task's logged stderr stream?
4 years ago
Another question, how can I close a Task with a specified status? I know I am able to do task.close() but this doesn't let me control the task's status and I...
4 years ago
I found the following config parameter (related to clearml-data I guess?): sdk.storage.cache.size.cleanup_margin_percent ( integer ) The percentage of cache ...
4 years ago
hey I use allegro with docker mode. But I do not have access to paths where the data are(data I use for training). how can I use "volume mount" with allegro?
4 years ago
[Help needed] - Is there an API that I can extract the metrics for multiple experiments? It maybe a feature that can be considered. I want to compare two sca...
4 years ago
Hi, I do the following: Task.get_current_logger.report_Text("blabla",level=logging.CRITICAL)And query said log with client = APIClient() result = client.even...
4 years ago
Hi, I would like to add artifacts from two parallel process in the same task. But one one process finished it changed task status to complete. May be you kno...
4 years ago
Howdy and Good morning anyone who is 🙂 We have an upcoming live Q&A with our lead engineer today at 1pm EDT. If you have ever wanted a peek into the minds b...
4 years ago
CTO is currently talking about ClearML and it's reason d'etre here ; https://gtc21.event.nvidia.com/media/1_yp84hx7v (signup required but an NVidia account s...
4 years ago
Hi, Seems that when I upload a string as artifact ( task.upload_artifact(s) where s is a string) that contains newline delimiters ( \n ), these are not parse...
4 years ago
The ClearML Ops end to end on Pipelines is currently under way here https://gtc21.event.nvidia.com/media/1_477hq95y
4 years ago
Hello ! I'm here after the GTC and i want to get in 🙂
4 years ago
For any early adopters, who also want to give us feedback - both good and bad, please feel free to try the clearml-serving beta https://pypi.org/project/clea...
4 years ago
Also, did you enjoy our talk and workshop? Do you have any questions? Join our LIVE Q&A livestream session to answer all your MLOps questions! We are going l...
4 years ago
Hello everyone (sorry! two here's in one day! I do apologize). One thing that came up during the Q&A was the idea of community clinic/problem hours via video...
4 years ago
I'm watching the Risitas meme xD the JAVA NINJA cracked me up xD
4 years ago
Greetings, Could you please clarify if it is possible to reinstall all packages every time? For example, I tried to start the agent with docker options and g...
4 years ago
Hi, i was using the K8S Glue and it worked fine on one project but didn't work on another. At the point just before a git clone was executed, i get the error...
4 years ago
Hey, Can anyone please explain to me how the /tmp/.clearml_agent.something.cfg file is generated which next is used in docker? because this file is slightly ...
4 years ago
Hi All, I'm trying to use the relatively new jupyter preview feature but for some reason I have the notebook artifact under artifacts but the preview is unav...
4 years ago
Hi, I have this python package that's located on my base image..(e.g. /code/app/flair). Within then folder there's a package called flair and a data.py file....
4 years ago
Hey there, I moved the clearml s3 bucket where I stored all my clearml data from one s3 bucket to another and now I realized that all the models/experiments ...
4 years ago
Hi, Does clearml have a controlled approval workflow function such as ethical code and legal compliance?
4 years ago
Does Clearml has a webhook mechanism ? Example, when a training job is completed.. There is notification raised so can proceed to do deployment etc ...
4 years ago
I got an interesting question from my Devs. If they wish to do distributed training, is clearml k8s glue suitable for it? Local multiple GPU: just a matter o...
4 years ago
Hi I get the following error repeatedly - any idea what may cause this? Retrying (Retry(total=233, connect=233, read=240, redirect=240, status=240)) after co...
4 years ago
Encountered an odd bug. Upon attempting to write images to clearML (3D projected, matplotlib), TKinter is suddenly used as backend, and instead of writes to ...
4 years ago