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
How do you save models and store the classes as well? When we save the model using pytorch we just save the state dict and not the custom classes for differe...
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
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
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
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 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
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, 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
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 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
Hello, My DL workflow includes post-training quantization. Is there a way to implement these procedures in ClearML?
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
Is there any way in the WebUI to search by task name? I see the search bar only goes through projects
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 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
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
Set GIT user/pass credentials (if user/pass are set, GIT protocol will be set to https) # leave blank for GIT SSH credentials (set force_git_ssh_protocol=tru...
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
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
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
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
Hey all, Im using s3 as files_server. When I run a task not in a docker everything works, that I run the same task in a docker I get: raise ValueError("Could...
3 years ago
Can one compare experiments/tasks from different projects? EDIT: I mean, I can manually navigate to some /compare-experiments end point and then find the tas...
3 years ago
Can I manually delete .zip files with datasets in .clearml/cache/storage_manager/datasets directory? seems that the datasets are stored both in packed and un...
3 years ago
Given I want to run a task in a pipeline using a base task id. One of my steps just finds the latest model to use. I want the task to output the id, and the ...
3 years ago
Hi here. Is it possible to run clearml-agent with pre-ready pip virtual environment and avoid packages installation from requirments.txt/INSTALLED PACKAGES ?
3 years ago
Different question. How can I pass PYTHONPATH env variable to a task, run by agent (so python can find classes inside m subdirectories)?
3 years ago
Is there some automated migration for existing tasks from other MLOps frameworks to ClearML? (Specifically, interested in migrating from mlflow)
3 years ago
Is There Any Way To Stop All Clearml Agent Workers On A Machine Or Stop Workers From The Clearml Ui?
Is there any way to stop all clearml agent workers on a machine or stop workers from the clearml ui?
3 years ago