Just a quick note for everyone here, I'm giving a webinar tomorrow, pretty basic ClearML stuff but we end up with a pipeline like this 🙂 So if you know anyo...
4 years ago
Hi, is there a way to add more high-level structure to the HyperParameter display in the config tab? I only have "Args" and "General" as a default but can I ...
4 years ago
Hi, guys! I’m trying to connect clearml to my task and getting strange error: after CUDA_VISIBLE_DEVICES=1 python train.py dataset_config=visual_tags_dataset...
4 years ago
Hi, anyone seen this issue? ERROR: for clearml-agent-services Cannot start service agent-services: OCI runtime create failed: container_linux.go:370: startin...
4 years ago
Hi, i noticed that all other users can see my experiments. Does ClearML has the feasibility to only allow certain groups of people to see each other's work?
4 years ago
CLEARML_AGENT_GIT_USER is this my github username? or i need to setup a custom GIT server?
4 years ago
Sorry for the noob questions..) I have the on premise server running. Examples all good. What is best way to add own experiments? One github repo pr experime...
4 years ago
clearml-agent vs clearml-agent-services ? same thing?
4 years ago
Hi guys, Thanks for the previous discussion on ML-Ops with ClearML agent. I'm still not sure how to monitor a training job on k8s (That wasn't scheduled by C...
4 years ago
Let's say I have a project call Proj1 to store datasets with Type "Data Process".. What is the best practice to get the latest datasets ? Example, I start th...
4 years ago
Hi, there's something i don't find too logical when using ClearML and its agents. I will need to run my code once on my client computer this is without GPUs....
4 years ago
I am running trains=0.16.4 python==3.7.5 , and notice that the "Log" page sometimes didn't capture the console log from my program. Is this a known issue, an...
4 years ago
Hi! I'm trying to deploy clearml server in GCP, but I don't have access to allegro's bucket
4 years ago
is there a way to sort plots by iteration?
4 years ago
I don't quite understand the way Iterations work. In my current experiment I report every 10 epochs, I'm currently in my epoch 30, but in the UI it says iter...
4 years ago
Hi, thanks for offering 100GB storage in the free plan! From Web UI or CLI, how to check how much storage is used/left?
4 years ago
Hi all. I am struggling with integrating plots into my task. Without the plotting code, the task never completes the execution and seems to hang. Also, the p...
4 years ago
Hi, is there a way to not upload results by default to the clearml demo server?
4 years ago
Hi, I'm trying to reproduce the pipeline example https://github.com/allegroai/clearml/tree/master/examples/pipeline and execute it remotely. It results with ...
4 years ago
Any idea why only a single instance of mujoco can be run with clearml-agent? I run 2 clearm-agents, one per GPU on my workstation. However, the second task f...
4 years ago
Here are two more questions: agent.package_manager.system_site_packages can be used to inherit packages from the system. How does clearml resolve packages/wh...
4 years ago
Hi, how can i pass a env variable to the docker that's running the agent when i run this? I'm havving issues with the agent's git clone where it requires ssl...
4 years ago
Hey all, hope you’re all doing well. I’m running a self-deployed server (0.17, i think, where can you find the version in use?). I’m having trouble with the ...
4 years ago
I cannot get clearml-agent with docker containers to work. clearml uses docker run -v /home/.ssh:/root/.ssh to mount the ssh profile into the container. Howe...
4 years ago
Hi, I started my agent using. clearml-agent daemon --gpus 0 --queue gpu --docker --foreground, with the following parameters in clearml.conf. default_docker:...
4 years ago
Hi, my DevSecOps team has raised some issues of us deploying ClearML for use. In particular, they are not happy with docker.sock configuration as it would po...
4 years ago
Sorry, I'm asking too much questions today. I gave myself a whole day to fully evaluate ClearML...that's why. Here goes. Regarding Automatic Logging (Automag...
4 years ago
Hi, i was trying out the steps on this ( https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md ) and encountered the following error. Environ...
4 years ago
Hey i was wondering if i want to setup deploy a clearml server, how would i go about providing credentials for say, the mongodb to the system? the hostname e...
4 years ago
Hi, when I use task.get_logger().report_table, I go the UI after the experiment finishes and I download the table (under RESULTS > PLOTS), it gives me a json...
4 years ago