Can you please tell me, did anyone come across a situation when the Python script starts to hang when adding clearml logger? namely, its launch inside the do...
3 years ago
I Have Some Old Training Jobs That I Logged With Tensorboard, Is It Possible To Add Them To Clearml?
I have some old training jobs that I logged with tensorboard, is it possible to add them to clearml?
3 years ago
Hi there! We've deployed ClearML in our EKS cluster as a POC with the helm chart mostly on default values. We loved the POC and I'm now tasked with setting u...
3 years ago
Hello! I get the following error in Results->Console after a task is sent for remote execution (using sdk): clearml_agent: ERROR: Could not find task id=a270...
3 years ago
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.I have strong deja vu feeling. Cr...
3 years ago
Is this the write way to add a tag to an output model artifact of a task? torch.save(model, ' http://best.pt ') output_model = task.models['output'][-1] outp...
3 years ago
I've been using add_function_step in the Pipeline Controller as of yet. Now I wish to use add_step for one of the steps and pass in a Task ID. Only problem i...
3 years ago
Is there any way in the WebUI to search by task name? I see the search bar only goes through projects
3 years ago
Hi! I am getting the following error on an agent: /usr/local/bin/python3.8: No module named virtualenv clearml_agent: ERROR: Command '['python3.8', '-m', 'vi...
3 years ago
Hello, My DL workflow includes post-training quantization. Is there a way to implement these procedures in ClearML?
3 years ago
Hi all, I'm looking for a hint on how to configure a local network drive (nas) as a file server for clearml, that will be cross platform (we have windows, li...
3 years ago
Automatic logging for generated matplotlib works nicely, but for some reason it names the graphs as "00 untitled" and uses series "plot image" in ClearML UI ...
3 years ago
Hi, I got this error look into Task’s Console in Clearml UI Error 100 : General data error (TransportError(503, 'search_phase_execution_exception'))
3 years ago
Given this pipeline step, is there any way to get the return value outside of the pipeline? Like put split_dataset_id in a variable in the main pipeline file.
3 years ago
Hi fam! Sorry for the potential dumb question, but I couldn’t find anything on the interwebs about it. I’m hosting a ClearML server on AWS, using S3 as a bac...
3 years ago
Is it possible to avoid the clearml-agent for local installations, and have the file server automatically use an S3 bucket? I've found https://clearml.slack....
3 years ago
Hi there ClearML experts I've been trying to delete heavy project (with ~4K experiments) using the API and getting the following error: curl \ --header "Cont...
3 years ago
Hello, I am trying to run the clearml-agent in docker mode. I use this command to start it : sudo clearml-agent daemon --cpu-only --queue training_queue --do...
3 years ago
If, for starters, I'd only like to use ClearML for logging purposes (that is, experiments run locally, and I report metrics, graphs, etc to ClearML). Do I st...
3 years ago
Hi, I have an issue with mongo container when try to start service. Here’s the log from mongo container. clearml-mongo | 2021-12-21T08:24:54.567790371Z 2021-...
3 years ago
Hi everyone! I built a task that processes data and in the end generates a large folder containing images (aprox 10Gb). I would like to be able to upload thi...
3 years ago
Hello, I would like to optimize hparams saved in Configuration objects. I used Hydra and OmegaConf for hparams definition (see img). How should I define the ...
3 years ago
Hi, I try to use clearml first time on mine EKS cluster. So i install it with this helm chart: https://github.com/allegroai/clearml-helm-charts/tree/main/cha...
3 years ago
Hi, are there other ways to add package_manager.extra_index_urls to my agents besides configuring them through the clearml.conf file?
3 years ago
Hello ! When running Dataset.get the wrong file_server api is being used. This is the content of my clearml.conf api { # Notice: 'host' is the api server (de...
3 years ago
Hey everyone 🙂 I’m trying to use a ClearML on prem for experiment visualization only, having some issues with multi GPU. It seems that clearml is creating a...
3 years ago
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
Moreover, when I go to the queue page, I see the queue is empty, but when I'm on the queued task's page I can see it is enqueued to right right queue... So t...
3 years ago
Got something very wrong with my pipeline, the pipeline plot shows it has an experiment in_progress but when going to the experiment itself it is already com...
3 years ago
Hi ClearML team members! Is there any progress made on the clearml-serving repo? I’d love to start using it but I lack a straightforward get started example....
3 years ago