Hi does anyone have the experience with how the sso with clearml works? Any hint will be highly appreciated! 😊
4 years ago
like the groups and roles. I try to request a demo but not hear anything yet
4 years ago
Hi all, I am trying to execute somewhat custom HPO scheme with clearml. I would want that a single running python script will be able to sample the optimizer...
4 years ago
hi all, how to isolate operation rights between different projects or different experiments in the same project? for example, use1 creates project1, and user...
4 years ago
Can one delete individual tasks from the WebUI?
4 years ago
I have a project filled with failed attempts at onboarding to clearml by now 😅
4 years ago
When using StorageManager.download_folder , I get the following error: Traceback (most recent call last): File "/home/idan/.clearml/venvs-builds/3.7/lib/pyth...
4 years ago
Hi all. Is there possibility to download all the artifacts from some task?
4 years ago
Can you please tell me, I'm using the pytorch-lightning and tb, and I'm thinking about switching to ClearML, do I need to add a view to the PL through self.l...
4 years ago
has anyone successfully deployed clearml on a kube cluster utilizing istio? i don’t see any mention of istio in the docs.
4 years ago
Hi, we are using GitLab and it is a security requirement to use ssh keys to access the repos for each individual. We are also using k8s glue. Is there any pr...
4 years ago
hi, how can I log a metrcis consists of one number?
4 years ago
I see that scalars requires a list of values, so I can't find where and how I log only one number
4 years ago
which I want to be able to view on the experiments page to for comparing
4 years ago
Hi, I would like to switch from the elastic-search service in the docker-compose of the clearml-server to an externally managed, scalable elastic-search clus...
4 years ago
Hi, I have a ClearML installed on a standalone server running our company's customized Ubuntu mod. I'm experience logging failures, due to what seems like a ...
4 years ago
Hi, I'm looking at ClearML as an option to automate our training pipelines. However, from reading the documentation I'm confused if ClearML can do what we wa...
4 years ago
Hello, I'm not getting training metrics tracked by ClearML when I execute the a training script remotely, but I get them if I run locally. Is it because I ha...
4 years ago
Hi fam! I’m trying to get clearml-session working but getting stuck on something probably basic. I’ve got an EC2 instance configured and running clearml-agen...
4 years ago
Hi, is clearml-server compatible with latest versions of ES ( > 7.6.2)?
4 years ago
Hi, what's the expected flow when running an agent in Docker mode, and my git repo requires SSH keys for cloning? E.g. Include an SSH key within the Docker c...
4 years ago
Hi, trying to understand clearml-session. I have an agent running on a machine monitoring a queue Then I ran clearml-session --queue myqueu --docker torch-im...
4 years ago
Hi, is it possible to specify per experiment (task in clearml) where the results (artifacts) are saved?
4 years ago
Hi, I execute my scripts with ArgParse parameters, e.g. python3 my_experiment.py --name test --device 0 and then in my script call: from clearml import Task ...
4 years ago
Hi everyone, I have a question that is not directly related to ClearML: What is the best way to start clearml-server and clearml-agents at startup of a Ubunt...
4 years ago
Hi, I'm trying to use the ClearML-logger to present images in the results-plots tab : logger = self.task.get_logger() logger.report_matplotlib_figure(title=f...
4 years ago
Hi! Trying to run the following very basic code. The first few parts works as they should: connecting the configuraiton first reporting of scalars reporting ...
4 years ago
Any plans to add support for MultiIndex tables? That comma-separation feels a bit odd. (Also this shows up in plots while in the scalars tab I actually have ...
4 years ago
Hi is there a way to control who gets on the queue? For example, for clearml-session I don't want ppl using my queues with all four GPUs. How should I stop t...
4 years ago
Hi all, I am trying to debug a strange issue with the most minimal version of a http://clear.ml session (the simple "hello world" Task instance), within a ra...
4 years ago