Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
For remote execution where the queue has poetry as the default package manager, can the user decide to e.g. ignore the lock file?
2 years ago
⚠️ Hi there, I recently updated clearml server to 1.7.0, and found the following critical regression: When I reset an experiment, it is actually deleted 😵 ,...
2 years ago
⚠️ ClearML version 1.8.1 had "fix" for the deferred init which introduces a bug btw, I've opened None to highlight this.
2 years ago
Hello! I have the following error in the Task's console: ModuleNotFoundError: No module named 'clearml'I have attached the full log below. Here is the code o...
2 years ago
Hello Everyone. I'm getting started with clearml. I'm trying HPO atm and have successfully run the base task. When running the clone of the base task in one ...
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 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
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
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
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
Hi, how does agent.enable_git_ask_pass works? I am using the clearml-agent in docker mode and my experiment is stuck at downloading a private dependency: Clo...
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 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
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
HPO app question: my config includes 11 parameter values (0 - 1, step 0.1). I'll expect to see 11 experiments, but I fact it was "52 iterations". What I'm mi...
2 years ago
Another HPO app question: using UI in "Optimization Configuration" I can choose only one metric. Is this by design or I'm missing something?
2 years ago
Hi, with clearml-agent 1.5.1, I tried to run an experiment within a docker with image python3:8 and it failed executing the task while trying to call python3...
2 years ago
Hey folks, when I am running the experiments, I currently do not see the console logs coming up for the experiment runs. I am using logger.report_text(messag...
2 years ago
Hi, is there a way to get clearml.conf using clearml sdk? TIA
2 years ago
hi to all! i'm trying to enable clearml-agent in my k8s clearml-server installation. I'm following this guide https://github.com/allegroai/clearml-server-hel...
2 years ago
Hi Community, using ClearML and loving it so far! I had a question around the Models that ClearML automatically picks up from the frameworks and saves them. ...
2 years ago
Hey folks, when trying to use the git user & password for my clearml-agent, I received an error message saying that support for cloning using the user passwo...
2 years ago
Can we temporarily disable the autologging feature? (specifically for matplotlib ?)
2 years ago
One question.. If I had a Docker image in the Docker registry that had all the requirements of a task already installed, would that let the clearml-agents sk...
2 years ago
Will ClearML log cmd like python -m torch.distributed.run --nproc_per_node 2 train.py --batch 64 --data coco.yaml ? If I clone and enqueue the cloned task on...
2 years ago