Hi Everyone! :woman-raising-hand: This month we're back with our monthly community talk! 🎉 Join us next week, when we'll discuss our updated roadmap, give a...
4 years ago
Hi everyone ! I got a problem with PipelineController : with a colleague, when we execute a pipeline, he get the pipeline as aborted, when I get it as comple...
11 months ago
Hi, I would like to understand how I can set the pip cache location for my agent, I thought that I already had the right setting with docker_internal_mounts....
3 years ago
Hello everyone, Context: I am currently facing a headache-inducing issue regarding the integration of flash attention V2 for LLM training. I am running a pyt...
2 years ago
When running an optimization task, it says warning parameter not found but works anyway. I guess it’s because it’s looking for General/param but ends up usin...
4 years ago
Just a pull request for a small bug fix found in 2 examples: https://github.com/allegroai/trains/pull/148
5 years ago
Hi all! I have a self-hosted ClearML instance running on my server. I see this in the docs: """ - Or manually edit ~/clearml.conf file, making sure the serve...
one year ago
Hi all, I'm running DL experiments on top of mmdetection. The experiments are deployed remotely on a dedicated EC2 instance through clearml-task --queue ... ...
3 years ago
There is an annoying bug in Docker mode which I have noticed several months ago but put up with it for some reason, despite I kept running into it all the ti...
4 years ago
Issue with self-hosted ClearML & clearml-serving: "Model Endpoints" page is empty after deploying an endpoint. Hey community! I've run into an issue with my ...
3 months ago
Hello, for Datasets, is there an explanation somewhere as to how the Debug Samples are created? I'm not entirely sure which permission it uses if the dataset...
2 years ago
question regarding tensorboard (if there is an answer here already please send me a link). i have a few graphs with the same x axis but different y axis that...
5 years ago
Clearml plots question. There is a tiny problem with the experiment pages where the plots we create in the notebook are not saved as it was made. For example...
2 years ago
Hi - you're all welcome to join for updates concerning the ClearML SaaS Free/Pro Service
3 years ago
Hi all, is there documentation \ example describing how does ClearML works with hydra?
4 years ago
Hi, I am trying to upload an optimization task and I have the following message at the bottom of the app. Also when I try to upload the task, it fails with t...
3 years ago
I have another pipeline-related question. In a pipeline controller Task, I would like to add several steps that are based on the same base Task (I'm passing ...
4 years ago
Hi everyone! I'm new to ClearML and I'm facing an issue. I want to use clearml-data to upload a dataset to a remote storage disk. Currently, when I run: clea...
7 months 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, how can I change the project.default_output_destination? I tried setting it to None but it is not updated
3 years ago
Hi All, I hope I'm in the right channel, we( StaleButterfly40 and I) have problem compering between some of our expiriments. when trying to compare the brows...
3 years ago
Hi recently upgraded all the clearml, clearml-server, clearml-agent. Now running k8s glue with clearml-agent=1.0.1rc1. python3 k8s_glue_example.py --queue 1b...
4 years ago
If I leave WORKING DIRECTORY empty in the experiment configuration (in the UI), will that use the git project root by default?
3 years ago
Hi, I'm using Task.register_abort_callback to store the latest model checkpoint, but the ergonomics of the callback feel weird to me. I have to do these work...
one year ago
Hi folks, TLDR: Dataset.remove_files() is very slow. How can I speed it up? I'm working with a large raw dataset that we are trying to use a small subset of....
one year ago
hi, is it possible to run pipeline not use form to changing variable, but editor like connect_configuration?
2 years ago
Hi everyone! Does ClearML logs everything that Tensorboard generates? Tensorboard creates a graph of the neural network and would be nice to have it on the e...
2 years ago
Hi, the following does not seem to work task.connect({'a':{},'b':'moshe'}, name='Train Data Params'))It seems that 'a' is absent from the recorded arguments.
4 years ago