Hi, I'm using a self hosted version of ClearML. I am querying experiments from UI and I am getting such error: Fetch experiments for selection failed Error 1...
2 years ago
Question about the "search experiments" in the dashboard -- Is there a syntax I should be using there? I didn't see any documentation. I tried searching for ...
2 years ago
hi, is there a simple way to stop logging completely. E.g. I use ray-tune to launch thousands of trials, and I just want to record basic config stuff at the ...
2 years ago
Hello guys, I understand we can add some scripts for clearml-agent to execute prior to the task. Is it possible to add scripts to run after the task?
2 years ago
Hi, When trying to to run an experiment with pytorch, pip keeps failing on installing the pytorch packages, did somebody else solve this problem? Here are my...
2 years ago
I am playing around with agents on our self-hosted CML. Currently, and I’m having some trouble with the environment configuration. It’s a bit magical which v...
2 years ago
hello, is there a way to selectively disable logging of certain scalars? My PyTorch callback reports certain scalars for informative purposes, but I don't wa...
2 years ago
I would like to schedule a Task for remote execution. What is the proper way to pass parameters through clearml-task to a task running with Hydra? For exampl...
2 years ago
Can I somehow change a project settings via the Python SDK?
2 years ago
Hi, can we custom default output_uri for PipelineController . add_function_step or we make custom output_uri for PipelineController()? it seems by default up...
2 years ago
Hi, I have run a task and called .upload_artifact() to upload the pandas DataFrame to ClearML, but it seemed like even after .upload_artifact() has done its ...
2 years ago
Hi, it seems there is a bug: StorageManager.list with_metadata not returning 'size' i am using minio ls_files = StorageManager.list( remote_url=remote_url, r...
2 years ago
Hi. When we construct a pipeline consisting of steps and when we are aborting a pipeline, the steps aren't aborting (they run until they are done). Is there ...
2 years ago
Hey folks, I am trying to setup ClearML self-hosted server on my system to try it out. I have created the ssl key and certificates but I am not able to figur...
2 years ago
Hi, in the clearml-server web-ui, under DEBUG SAMPLE, would it be possible to improve the logic for fetching the images? If I have say 200 iteration, it will...
2 years ago
Hi, I'm configuring the ClearML Agent on top of Kubernetes with the Helm Chart. I need to access private repositories in my GitHub Organization. Which user s...
2 years ago
In UI such strange artifact is visible sometimes. After reloading page looks fine.
2 years ago
hi, was there any change in clearml-agent recently that caused it to ignore the environment variable $CLEARML_AGENT_SKIP_PIP_VENV_INSTALL? I had to spin new ...
2 years ago
Had a few questions about the auto scaler: Is there a way to give instance iam profile to spun up workers (saw the use_iam_instance_profile in the open sourc...
2 years ago
Hi all! I tried out ClearML and loved it and wanted to get my own instance up and running to play around with it but I am having some issues. Hopefully, it's...
2 years ago
Hi, is there a way to clone an experiment that uses two distinct repositories?
2 years ago
In the pipeline examples, components have the following note: > # notice all package imports inside the function will be automatically logged as # required p...
2 years ago
Hi, i have a visualization issue when using plotly and then “report_plotly” My code is fig=px.pie(X, names='a', facet_col='b') clearml_logger.report_plotly('...
2 years ago
Hey folks, My team is currently utilizing weights and biases for experiment metric tracking etc. Is there some resource material that can help me/my team to ...
2 years ago
Hello! I have clearml up and running and was doing the last bit of configuration by changing the keys and secrets using the docker-compose file, but now the ...
2 years ago
Hi there, maybe this was already asked but I don't remember: Would it be possible to have the clearml-agent switch between docker mode and virtualenv mode at...
2 years ago
Hi, I am trying to use the clearml-agent in docker mode to run an experiment, but it seems to fail passing the clearml.conf file to the docker container: Exe...
2 years ago
Hello everyone, I have run my training script train.py on my local machine which just works fine and logs everything. In my code it looks like this: # CODE #...
2 years ago