4 years ago
How is the first plot in the first image on this site generated? https://clear.ml/docs/latest/docs/fundamentals/logger/ It seems like the standard deviation ...
4 years ago
What is the correct way of setting environment variables for agents which DON'T RUN in docker mode? Do they simply inherit from the environment they were exe...
4 years ago
Hello, Is it commo that 2021-11-17 11:45:08,360 - clearml.Task - INFO - Waiting to finish uploads will take very long time? I uploaded a folder, and can see ...
4 years ago
Hey all, I'm having a problem integrating ClearML in my training. -------------------------------------------------------------------------------------------...
4 years ago
Hi, is there a way to get some stats about the use of workers? I would like to know, over the past 3 months: Number of training hours per user Number of trai...
4 years ago
I have a situation where I’d like to “promote” the pipeline (and dataset) by creating it in a completely separate instance of clearml server which is used fo...
4 years ago
Hello, I have a question regarding the use of Hydra for config in clearml pipelines. I have setup a pipeline using the Pipeline decorator (based on the examp...
4 years ago
Hi, I'm having problems with the installed packages when creating an experiment. The installed packages used to be a list with the versions of all the instal...
4 years ago
Hi Everyone, Erez from ClearML Here! 😄 Did any of you build a dashboard on top of ClearML? If so I'd be happy to chat and hear about what you've done! 😄
4 years ago
Hey there, since which version, clearml stops connecting to the demo server by default?
4 years ago
Disclaimer, Not exactly a clearml question. Just wasn't getting a response when asked in the other channel. Anyway here it goes. This is not tool specific. M...
4 years ago
Hey all, I'm trying to get artifact that store locally in windows, like that: local_json = dataset_upload_task.artifacts['merged'].get() But the file include...
4 years ago
Hi, i noted that if I run my codes on my laptop with remote_execute off a python3.8 venv, and when the remote task starts executing but the image is installe...
4 years ago
Hi, I have a task that's running on a docker container. Now - There are a bunch of other docker containers (namely, Nvidia's TF 21.1 to 21.10) for which I wa...
4 years ago
Web server UI bug? when trying to extend the width of a column in the experiments table, if you try to extend it more then the width of the column to the rig...
4 years ago
How, if at all, should we cite ClearML in a research paper? Would you like us to? How about a footnote/acknowledgement?
4 years ago
Should Dataset Triggers also be activated if there is no trigger condition except dataset_project and a new task starts in that project? Is this expected beh...
4 years ago
Hey, Is it possible to use clearml-init (configuration file creation ) under root permissions? I get : Error! Could not write configuration file at: /root/cl...
4 years ago
I've been asked requirements to deploy clearml server on our company server. I'm not exactly what to put in the requirements. I know it's a vague question. I...
4 years ago
Hi guys, I have my experiment running on setup A. However I need these experiments params and output in setup B for comparison. Both setup are not linked. An...
4 years ago
Hi all, I have an Elasticsearch problem on my ClearML server. The error message I get on the ClearML webapp is General data error (TransportError(503, 'searc...
4 years ago
Hi all, I have python file build_pipeline, that contain PipelineController with one step only. When I try to run the file I get 'build_pipline.py': [Errno 2]...
4 years ago
I'm looking at how triggers work in ClearML. Is there an example, maybe with clearml data and a dataset being uploaded or some other example?
4 years ago
Hi ! ClearML SDK v1.1.4 was just released, including some bug fixes for minor (yet annoying!) issues 🙂 🎉 (see https://github.com/allegroai/clearml/releases...
4 years ago
I'm trying to use store some data in clearml-data. Then I want to get it back elsewhere using dataset.get_local_copy. It returns a directory but I don't know...
4 years ago
Im trying to run this exmple : https://clear.ml/docs/latest/docs/guides/pipeline/pipeline_controller But getting 'Could not find queue named "services", What...
4 years ago
Executed from within a PipelineController task, what possible reason does current_task() have to return None ? 2021-11-07T11:32:43.7366887Z clearml.Task.curr...
4 years ago
Hi, I’m trying to figure out what do the Clearml Agents use the webserver endpoint for and what would break if one didn’t have access? For context: I’m tryin...
4 years ago
I have a question related to PipelineV2 (using decorator) Is PipelineV2 support uploading artifacts to S3 (instead of fileserver)?
4 years ago