Hey, I’m thinking of using a ClearML Pipeline to compile a dataset more efficiently. My hope is that I won’t have to run every step for every data point ever...
2 years ago
Any easy way to ensure the pipline (tasks + controller) are not hidden in the projects UI? EDIT: Apparently not; for the time being I created this https://gi...
2 years ago
Hi, I would like to report something else weird in the clearml-agent 1.5.1 running in docker mode: In the logs, when it dumps its config, it writes: docker_c...
2 years ago
Hi again, are there any examples of one script being used to execute multiple remote tasks? If I could use Task.execute_remotely with clone=False and exit_pr...
2 years ago
Any idea what could be going on here? [2023-01-09 16:18:15,727][root][INFO][utils_atom_fn.py:85] - Running fn: fn_get_heat_map_nan [2023-01-09 16:18:15,782][...
2 years ago
Hi! I have a few tasks that are not transitioning from Running to Completed , despite that python process terminating. Are there any known reasons for this?
2 years ago
hey - where can I set up a demo/ask pricing questions?
2 years ago
I think something is messed up in my remote agents environment, could someone lend a hand? I'm getting this during remote execution (poetry queue): Summary -...
2 years ago
Side note for documentation, Task.project reads > Returns the current Task’s project name. But it actually returns the project ID
2 years ago
Hello, ClearML! Let's say that I have a git repository in format ssh://git@repo.com:2222/jks/experiment.git I have found out that Task removes git@ part from...
2 years ago
Hey folks, I am currently using the open-source self-hosted version of ClearML and performing a PoC. I was trying to set up a pipeline that is triggered ever...
2 years ago
HPO question: I created HPO app in ClearML UI, with certain parameter to optimize, with minumal value=0.0, max=1.0 and step=1.0. So as far as I understand th...
2 years ago
Hi all - sorry for all the posts but hopefully this is the last issue! I have my server all set up and configured on GCP and went to go test it and ran into ...
2 years ago
Hi all, We've been using ClearML for quite some time now. Our deployment is a simple docker container on a dedicated EC2 instance. More recently, we have bee...
2 years ago
Is it possible to increase the time a task takes to idle abort on a managed clearml server? Some long running tasks without active logging are timing out to ...
2 years ago
Hi all, What does the SHUTDOWN_IF_NO_ACCESS_KEY environment variable in the ClearML server docker-compose file do, under the clearml-agent-services container...
2 years ago
Hey folks, I noticed a weird behaviour (I think) where the reported histogram plots for different iterations of the experiment vanished and only remained vis...
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
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
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
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
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
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
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, is there a way to clone an experiment that uses two distinct repositories?
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, 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
In UI such strange artifact is visible sometimes. After reloading page looks fine.
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
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