[Injecting secrets into a ClearML Agent / accessing clearml.conf from within a Task] Hi everyone, we are using the ClearML AWS Autoscaler (still awesome 😉 )...
3 years ago
How to select more than 10 experiments in the Clear ML UI? I want to compare 30 loss curves. Is there a setting somewhere.
3 years ago
downloading output artifacts from S3 by clicking on the download button next to Model URL was great, but since we moved from AWS to Yandex.Cloud, this featur...
3 years ago
Hey when I would like to remove experiment from project from app.clear.ml I got this message : Clone Of results Invalid dataview query (Trying to create too ...
3 years ago
Hi, relating to the Dataset SDK, is there a way to add_external_files with a very large number of urls that are not in the same S3 folder without running int...
3 years ago
Hi, is there any way to upload data to a clearml dataset without compression at all? I have very small text files that make up a dataset and compression seem...
3 years ago
How can I save a list of string , in the format of 'report_smthing'?
3 years ago
I'm trying to access previous task parameters from my Python script (e.g. Hyper Parameters/General ) I use: prev_tasks = task.query_tasks(project_name=projec...
3 years ago
When using 'Logger.report_media' only 3 images are uploaded. Is it that limited?
3 years ago
Hello, good morning, I have few technical questions: Why the plots order on 'plots' section, are of an opposite ordering then the original order on python sc...
3 years ago
Hi. I somehow managed to exceed the metrics quota by ~35GB. I logged some histograms, but still that seems excessive. Now I am trying to delete archived expe...
3 years ago
If using the managed ClearML, does the server receive only meta-data, or is underlying data also accessible?
3 years ago
as we understand this is related to MongoDB maximum BSON field size, where clearML tries to save the metadata of uploaded files
3 years ago
"clearml.Task - ERROR - Action failed <500/0: tasks.edit/v1.0 (Update failed (BSONObj size: 18330801 (0x117B4B1) is invalid. Size must be between 0 and 16793...
3 years ago
Hi! We've tried to upload a dataset to ClearML with more then 1M files in it and failed with following message:
3 years ago
HI! If I want to programmatically extract information on all (clearml) tasks of a given (clearml) project, what is the recommended way? for example - let's s...
3 years ago
Heya, I hope you're all well in this beautiful day, my GCP Autoscaler just died with that strange but short backtrace, wondered if it rang a bell to any of y...
3 years ago
Should calling Task.init() / task.close() multiple times work? I have some code like this and it seems to dead-lock: for lr in [0.001, 0.0001]: task = clearm...
3 years ago
Hey, how can I change any environment variable of clearml? I specifically want to change the location of the clearml.conf file via the environment variable.
3 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
Just saying hi from ECCV expo in Israel, Tel Aviv, so many awesome people at ClearML desk!
3 years ago
Hi, is there a general Github Actions workflow just to login into your clearml app (demo or server) so I can run python files related to clearml. I've seen c...
3 years ago
Hi guys, hope everything is going fine! I have a little question: I have the ClearML server installed, but now I need to migrate it to another hard drive. (A...
3 years ago
Hi, in the Metric Snapshot section of the Overview tab of a project page, would it be possible to: Show running experiments Have the legend clickable, to hid...
3 years ago
Hey, I reached the stored metrics limit, deleted experiments but the metric storage didn't clear at all. How can I clear it? Thanks in advance!
3 years ago
Hey, is there a shortcut on the Dataset SDK to directly get the latest version of a dataset ?
3 years ago
Hi! I developed ClearML pipeline as python package ( pipeline_package for example). When I try to run my pipeline with ClearML Agent, it installs all package...
3 years ago
Hey, We're seeing a lot of issues with our ClearML self-hosted server these days; it seems like the API times out while talking to elasticsearch: 2022-10-22 ...
3 years ago
Hey, about the dependency propagation of pipeline components, if I call a vanilla python function from a component does the dependencies specified in the int...
3 years ago