How can I extend a dataset? On community edition I have an existing dataset, I want to add some files and make a new version. I tried just doing a Dataset()....
2 years ago
Hi! Is it useful to create a model monitoring and an endpoint? An endpoint is not enough to use clearml-serving?
one year ago
In order for a new worker to come online in my k8 cluster, do I need to have an EC2 startup script init the agent/config, and then start the daemon? Do I hav...
3 years ago
Hi, I want to build a server in the component of pipeline and send request to this server from another component in same pipeline. I get static ip from DAG b...
2 years ago
Hi. I am trying to install clearml-agent on the remote server on AWS. I successfully installed it to the home directory: Successfully installed attrs-20.3.0 ...
3 years ago
Hello! I've set sdk.aws.s3.verify to false, but im still getting [SSL: CERTIFICATE_VERIFY_FAILED]. I've added two prints, one for boto_kwargs in clearml.stor...
2 years ago
I'm a little confused as to how force_requirements_env_freeze works when no requirements file is supplied. Is it supposed to store the full reqs of the envir...
4 years ago
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
2 years ago
Hello, I have an issue with task.close(). On a Mac it works as expected, but on my (gpu enabled) linux machine the code execution freezes when calling task.c...
one year ago
Hi, can i default a docker image when running a pipeline? I currently set it as pipe = PipelineController(...) pipe.task.setbase_docker("ubuntu:20:04") pipe....
3 years ago
Hi everyone, We have been using ClearML Free for a while and noticed that lately it has been running very slow. Is there any currently active problem with th...
2 years ago
Can you please tell me how to make the agent use the docker env by default? instead of creating venv it already has all the necessary environment and librari...
2 years ago
How to create a new project from Python Code in the Remote worker?
4 months ago
Hi, it would be great if the dashboard would be also a mobile optimized. Often I would like to check the experiment from my mobile on the road but it is real...
2 years ago
while we rerunning using agent all dependencies ill be installed once it get completed will the dependencies will be removed or not
2 years ago
Hi, Together with ElegantKangaroo44 we found two unexpected behaviors in task.models['output'] : The input model of the task is included in the list The best...
5 years ago
Hi, I just upgraded my version from 0.15.2rc0 to 0.16.0. In older version, by using APIClient I was getting client.tasks.execution.parameters, but in newer v...
5 years ago
I also want a low latency unthrottled system. It seems like the free version of ClearML is somewhat throttled. I tried uploading an artifact to the free vers...
4 years ago
logger = Logger.current_logger() logger.report_media( title="test", series="audio", local_path="/path/to/file.wav", iteration=1, max_history=-1 )Hello 🙂 I’m...
3 years ago
Hello! I’m wondering if there is an option to run a termination hook script at the end of the docker job execution (such as https://clear.ml/docs/latest/docs...
3 years ago
has anyone gotten this error before:
4 years ago
Hello everyone ! My clearml-agent was working fine. After computer restart i got this error : clearml_agent: ERROR: create..Validator.init() got an unexpecte...
3 years ago
Hi, I'm trying to clone and queue experiments for running them on my workers. I am able to successfully clone and queue the task, but seems like the task doe...
3 years ago
Hi guys, what is the best way to report singular scalars? For example, in my experiment I calculate metrics (precision, recall, etc) at the end. I’d like to ...
3 years ago
Hi everybody, I found that it is possible to schedule experiments using the TaskScheduler class in python https://clear.ml/docs/latest/docs/references/sdk/sc...
3 years ago
Hi, I tried to setup clearml serving and ran the example given https://clear.ml/docs/latest/docs/clearml_serving/clearml_serving_tutorial , but it could not ...
3 years ago
Hi guys, I think there's something wrong on https://app.clear.ml . The font etc is changing to caps and . 's are being introduced into the path of project fo...
3 years ago
[ClearML Serving] Hi everyone! I am trying to automatically generate an online endpoint for inference when manually adding tag released to a model. For this ...
2 years ago
Once I've created a dataset and finalized/published it, I can't figure out how to associate it with a Task such that it shows up in the Task UI. Dataset.get(...
5 months ago
When using a TriggerScheduler with a add_task_trigger and schedule_function , how would I go about updating the trigger and function without a new task/exper...
3 years ago