Pipeline_Controller.py doesn't exist in repo, or atleast the link to it in the docs is dead in the simple pipeline example. Any help would be appreciated.
4 years ago
We are planning to use a data versioning system, because now we are having a lot of folders with different names which basically contain the same data, only ...
4 years ago
I’ve played around with ClearML Data and spotted sth weird Basically, I’ve created 3 datasets #1 have 9444 files added to #2 has #1 as parent and I’ve added ...
4 years ago
Hi there, I would like to report a bug with the resizing of the columns in the projects view: it doesn’t work as expected. Please look at the behavior of the...
4 years ago
Question, when using PipelineController.add_step and specifying a task name + project, if the task + project combinations have multiple runs, which one will ...
4 years ago
When I pass invalid key to task_overrides parameter in PipelineController.add_step method, it fails but with COMPLETED status
4 years ago
Hi! What would be the way for manually uploading a model? I have intermediate .pt files which I don't want to upload. Is there a way to turn off clearml capt...
4 years ago
Regarding the new version 1.1.2, I have noticed type hints are now included in the script generated by PipelineDecorator.component in the function arguments....
4 years ago
Hi all! Let's say I have two functions decorated with PipelineDecorator.pipeline . Then I have a set of functions decorated with PipelineDecorator.component ...
4 years ago
I have a question regarding reducing execution time of pulling results from the server with the python API. As part of some pipeline, after running HPO I am ...
4 years ago
Is there any canonical way to migrate all data between different clearml-server s? Some time ago we were using trains server with quite a few valuable experi...
4 years ago
any chance StorageManager could re-download files only if their size is different from file in cache (as an option)?
4 years ago
Hi, I was wondering if anyone had a similar problem and how you fixed it? My code fails on import cv2 because it cannot open libGL.so.1 , a part of Libgl1-me...
4 years ago
Hi! I was wondering why ClearML recognize Scikit-learn scalers as Input Models... Am I missing something here? For me it would make sense to include the scal...
4 years ago
This verify param to decode of pyjwt seems to be removed and in a fresh intallation we are seeing this error: File "/usr/local/lib/python3.7/site-packages/cl...
4 years ago
I have a production inference pipeline which I want to continuously test on my Github to make sure it doesn't break as we move forward. The ideal scenario fo...
4 years ago
hello, Is there a way to update a task diff programatically? Eg, i'm creating a task using clearml.Task.create , often it doesn't properly get the git diff c...
4 years ago
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
UI Suggestion #2: Pain point : Trying to select a subset of experiments which are relevant for some comparison \ analysis can be an iterative process. If you...
4 years ago
Hi! While monitoring the memory usage of one of my active workers in the 'Workers & Queues' section of ClearML Web UI, I noticed the graph displays the memor...
4 years ago
UI suggestion: Pain point : When viewing a task configuration tab, given a "complex" configuration with many entries, it takes some effort to scroll through ...
4 years ago
Two simple lineage related questions: Task B is a clone of Taks A. Does B store the information that it was cloned from A somewhere? Training task X loads Da...
4 years ago
hey guys, I am trying to plan what I need to do in order to efficiently use ClearML with spot instances 1) detecting when spot instance is down and experimen...
4 years ago
I'm a little confused as to how force_requirements_env_freeze works when no requirements file is supplied. Is it supposed to store the full reqs of the envir...
4 years ago
If I'm using a drive mapping to save files is there any easy method/hack that would allow me having different base mappings on different machines?
4 years ago
Can I prevent torch.save()from automatically uploading the model and use task.update_output_model(model_path=best_model_path)at the end to upload the best mo...
4 years ago
I have a question. If I do a training on a cloud instance for example the models are saved there first. This is the path that is also logged in the clearml a...
4 years ago