Hi there, is it possible to configure the clearml-agent to run some commands before running each experiment it launches? Eg. echo "test" > "test.txt" && <-- ...
4 years ago
Hey, ClearML team! When can we expect an updated roadmap? Last one is from august https://docs.google.com/document/d/1QlPiDO2EzDq_HRvuVhYwPh5F_IsjgmmRTlPNdHi...
4 years ago
Hi, I am having difficulties when using the Dataset functionality. I am trying to create a dataset with the following simple code: from clearml import Task, ...
4 years ago
A suggestion. Sometimes newcomers that join an existing project that uses ClearML forget to configure their ClearML for the organization's server resulting i...
4 years ago
Hi all, I have a Live Webinar coming up on Feature Engineering with KubeFlow Feast on Oct 7th, 2021 | 02:00 PM CST... https://www.royalcyber.com/webinar/feat...
4 years ago
New RC(1.1.2rc0) version available! 🎉 Change set: ClearML Data - Upload dataset now supports chunksize, for multi-part upload/download (useful with large da...
4 years ago
Hi There everyone! We're working on some better UX for triggering and scheduling functions and would love to pick your brains 🙂 If anyone is using it \ inte...
4 years ago
What's the difference between http://allegro.ai/clearml/docs and http://clear.ml/docs ? Which one is the real documentation? I need to look up something very...
4 years ago
How to use task_overrides in PipelineController.add_step method to set latest commit in some branch?
4 years ago
When ClearML converts a PipelineDecorator.component decorated function to script code, I have noticed that indexing syntax like A[:, 0] is rewritten as A[(:,...
4 years ago
I have a question about the clean up script. The cleanup service can remove model checkpoints that are saved somewhere on disk. However the cleanup service i...
4 years ago
I have another small technical question, I am trying to see the workers status programatically using the folowing: from clearml.backend_api.session.client im...
4 years ago
we are facing performance issues of our self-hosted ClearML server Looking at the cpu utilization \ memory \ networking we couldn't identify a bottleneck we ...
4 years ago
Hi all, I'm getting this "ERROR - Action failed <500/100: events.add_batch/v1.0" in my task log, can any one help diagnose \ solve this issue? what does it a...
4 years ago
Hi, Let's say I have several functions decorated with PipelineDecorator.component (functions A, B and C). Function C can only be executed after functions A a...
4 years ago
I have a question regarding the deletion of archived experiments. Some of them can't be deleted and the error message is General data error (TransportError(5...
4 years ago
Hello, I'd like some help debugging why my ClearML server is crashing. I'm currently running my server inside GCP, and I'm not being able to access it anymor...
4 years ago
I have no prior DevOps experience. I've been able to set up a simple continuous training setup using clearml. I wanted to ask what should I learn which would...
4 years ago
Hi everyone, is it possible to show the upload progress of artificats? E.g. I use torch.save to store some very large model, so it hangs forever when it uplo...
4 years ago
hello, is there a way for the clearml agents to check for repository changes recursively? eg, our source is broken in serveral different submodules, clearml'...
4 years ago
Hi! Any idea why clearml fails to detect iteration reporting? ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-fr...
4 years ago
Hi! I am saving some intermediate .pt files on the experiments and clearml automatically detects them as models, this makes the clearml.model - INFO message ...
4 years ago
Is this the old document page? https://allegro.ai/clearml/docs/rst/getting_started/index.html Does it contain anything that the official document doesn't hav...
4 years ago
Just curious about the pipeline decorator example, I tried to run it in my cluster (latest chart as ususal 😄 ) and I got Traceback (most recent call last): ...
4 years ago
Hi, guys! How do you keep your secrets (user, password, host and so on for Data Base, for example)? I mean remote experiments with ClearML. I think there is ...
4 years ago
Hi, our research team uses both local servers and cloud services to run a ML project In details, we do EDA, data preprocessing, conducting experiments and ot...
4 years ago
Hi, how can I obtain current task using a pipeline with decorators? more specific, I need logger = task.get_logger()but I don't have task using pipelines dec...
4 years ago