Hi all! Please tell me what will happen if you set the File Store address the same as on the web? If I set different addresses, then the link that is generat...
4 years ago
Hi, would you have a working example on this?
4 years ago
How can I test scripts that use clearml in a CI environment? The integration tests run in a docker container without access to a clearml server, so I get the...
4 years ago
Hi Guys, I have been pondering how does ClearML generate the "installed packages" list. I triggered my training through machine A (with some python packages)...
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
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
Hi all, I am running into SSL verification issues with trying to upload model artifacts to minio. We are running the clearml agent in a container, have mount...
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
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
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
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 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
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 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
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
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
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
Once I set up a clear ml server on a machine. I understand I need an agent listening on a queue to run code. Do I absolutely have to have an agent and the gp...
4 years ago
Does anyone know if you can export a dataset (ML) directly from a database to the clearml-data Or have to export out as csv first ?
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
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
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...
3 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...
3 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...
3 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...
3 years ago
Hey there, since which version, clearml stops connecting to the demo server by default?
3 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! 😄
3 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...
3 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...
3 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...
3 years ago