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, every one, what is the algorithm to schedule a task after pulling it from a queue in agent? I am using ClearML Open Source. Thanks in advance.
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
Hi, I am trying to run a task in an agent from a repository with an environment.yaml , generated by conda . I changed the package manager to conda on the cle...
4 years ago
Hello everyone, I have security question. Can we use custom Auth like auth0 to login to the platform instead using the built-in one? Mind to share the steps?...
4 years ago
Hello, I have a problem with creating projects using "get_or_create_project". The function fails when the project already exists. But the name of the functio...
4 years ago
Hi all. While running an experiment all the requested plots are presented in the dashboard. But when the experiment is completed some of the plots disappeare...
4 years ago
Hi, I have quite a generic question. Basically, I am picking your brains for any solution. Our current pipeline has (clearml-data, clearml and seldon). We we...
4 years ago
i have managed to deploy model by thr clearml-serving, now they are runing on the docker container engine (that doesn't have GPU in it) , what is the entrypo...
4 years ago
Hi, I am trying to update the aws_autoscaler to the latest version on the master branch. I simply changed the commit id in the experiment and run it, this ga...
4 years ago
For those using ClearML for model storage - do you use it just for storing checkpoints during training, or do you also use it as a canonical storage location...
4 years ago
Hi, We Are Having Issues With Clearml-Session For Vscode. Apparently It'S Hardcoded To Download From
Hi, we are having issues with clearml-session for vscode. Apparently it's hardcoded to download from https://github.com/microsoft/vscode-python/releases but ...
4 years ago
first time using TF (with PT at the same program) got this error: clearml/binding/frameworks/__init__.py", line 34, in _inner_patch ret = patched_fn(original...
4 years ago
Hi, I see that there is a new parameter in aws autoscaler: max_spin_up_time_min - What is the difference with max_idle_time_min ?
4 years ago
Hi! I was taking a look at the https://pytorch-lightning.readthedocs.io/en/latest/common/lightning_cli.html and wanted to know if anyone has used clearml wit...
4 years ago
Hi, I'm trying to set up sdk.development.default_output_uri with a custom endpoint URL for an S3 bucket. It seems that the ClearML Python client didn't check...
4 years ago
UX question\request: Is there a planned interface feature to enable convenient debug images scrolling ? Or maybe there is a different way to do it? When it g...
4 years ago
Hi, I face a strange behavior from the clearml-agent: it’s running in services mode, not in docker mode, cpu only. I want to execute two tasks on this servic...
4 years ago
Hi again, I am trying to make the aws autoscaler work with ec2 instances, but it fails to setup the agent in the machine: the logs of the user-data script sh...
Hi all. If I understand right, Dataset and any other task is Aborted after some time of inactivity. Can I configure it on some level (ideally on task level)?...
4 years ago
Hi, I have several long running experiments failing with Process failed, exit code -9 and no other error with clearml 1.0.4 and clearml-agent 1.0.0, what cou...
4 years ago
WARNING:root:Could not delete Task ID=6cd7f02be36c4361965adf9f027bcda5, Task ID "6cd7f02be36c4361965adf9f027bcda5" could not be found 2021-07-15 20:58:48,046...
4 years ago
Is it possible to set an environment variable for a task?
4 years ago
Hello Periodically under high load, we are facing too long(>1 sec) processing times for requests such as: workers.status_report events.add_batch queues.get_n...
4 years ago