Hi everyone! We are trying to run pipelines from Gitlab CI runners, but are faced with the following error when performing controller_object.start_locally() ...
3 years ago
Hello everyone! Do you know how to run several agents simultaneously on the same PC? I launched the first one and if I try to run the second one I get: clear...
3 years ago
Hi! My agent has very limited disk space. And when a new task is launched and the loading of new data begins, there may not be enough space. Is there a syste...
3 years ago
Hi everybody. When I want to force the agent to not reproduce my local pip environment, I add Task.force_requirements_env_freeze(force=False, requirements_fi...
3 years ago
Getting a weird error on local setup for ClearML Server: 2022-03-30 08:07:07,932 - clearml.Task - ERROR - Action failed <500/0: tasks.get_all/v1.0 (mongo:270...
3 years ago
For the Clearml-Server component, can the Clearml File server be configured to any kind of storage ? Example hdfs or even a database etc..
3 years ago
Hi there, it seems like there is a bug with the visualization of debug samples on the UI (server v1.2.0, self-hosted): when clicking on a debug sample then o...
3 years ago
is there a slack integration with clearml so that after failed experimetns one can get notificatios? (I am on the pro plan)
3 years ago
Hi, I would like to follow-up in this https://clearml.slack.com/archives/CTK20V944/p1646123127790389 happening on clearml server 1.2.0 (self hosted on a sing...
Hi, I'm looking for documentation on GCP autoscalers. When I search on the docs site, it shows me the AWS autoscaler but not the GCP one. Can someone point m...
3 years ago
Hello clearml ppl 🙂 , I have a question about adding some new field to clearml UI/ and to the API. My goal is to filter all the tasks using this field. So i...
3 years ago
Hello! i'm running clearml-server on kubernetes, and it seems my models are not really saved. i see that doing task.init(output_uri=True) should send models ...
3 years ago
Securing ClearML in k8s
3 years ago
Hi all. In upgrading clearml-agent on our server because of: https://clearml.slack.com/archives/CTK20V944/p1648663004925569 (we killed our agents, updated cl...
3 years ago
Hi!, where can I read more about what each datastore (Mongo/ES/Redis) is used for ?
3 years ago
Hey everyone, please could I have a volunteer to help me with this https://github.com/allegroai/clearml-server/pull/114 ? We need someone on an Intel MacOS t...
3 years ago
Hey there, Is it possible for a clearml pipeline step to log a folder instead of numpy/pickle objects? Looking at the docs, monitor_artifacts could be what I...
3 years ago
hey everyone, there's a bug that we experience after moving to the new server and domain. if you click on the experiment name while viewing its details, you ...
3 years ago
Hello everyone, can anyone help me solve the problem with starting ClearML Server? I got : ERROR: error pulling image configuration: download failed after at...
3 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
Hi ClearML Community, I am deploying ClearML on my self-hosted machine(Ubuntu 20.4). I follow the instructions from https://clear.ml/docs/latest/docs/deployi...
3 years ago
Hi, is it intented behavior that models that are saved by a clearml-agent will have the clearml-agents user (so the user of which generated the API credentia...
3 years ago
Hi!, Is there an installation guide for cleaml-task CLI util?
3 years ago
Hello again 🙂 , any way to get clearml-task utility to support Conda enviroment.yml file passed to --requirements flag? (trying to avoid converting to a req...
3 years ago
Hi ClearML, I tried to upgrade the clearml server following this https://clear.ml/docs/latest/docs/deploying_clearml/upgrade_server_aws_ec2_ami but it erased...
3 years ago
Hi there! I want the computer on which clearml-agent daemon is installed to automatically turn on the workers after restarting. Is there such an option in cl...
3 years ago
Re Dataset object: Is it possible to use Sync_folder and upload Several times along the code and then Finalize the dataset?
3 years ago
Hello, I’m trying to log (via task.connect() ) a dictionary of the exp parameters. As I understood it, ClearML supports only builtin types, but I’m getting t...
3 years ago