Hello! Any plans on supporting dev containers in clearml-sessions ?
one year ago
Greetings, I manually set up a server on EC2 but I'd rather not put everything on /opt and instead save large files (like media, plots, model weights and oth...
10 months ago
feature request: we have several servers with multiple GPUs, and atm we have to manually check which GPU has enough memory before queuing each experiment int...
4 years ago
Also, any advice on using best practice of using Task.create() instead of Task.init()? I have the need of specifying docker and repository, so only find Task...
8 months ago
How can I save a list of string , in the format of 'report_smthing'?
3 years ago
Hi, I installed clearML in GCP instance: root@instance-group-clearml-t1m6:~# docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 796092c210f2 all...
9 months ago
Hello! I’m currently using ClearML-Server as an artifact manager and ClearML-Serving for model inference, with each running on separate hosts using Docker Co...
one year ago
Hi everyone, is there a possibility to point the ClearML Server to an already existing elasticsearch instance instead of deploying and connecting to its 'own...
one year ago
Hi, when using the logger.report_table() method ( https://allegro.ai/clearml/docs/docs/examples/reporting/pandas_reporting.html#reporting-csv-files-as-tables...
4 years ago
Hi there all! is there a way to set empty requirements when creating a remote task? I have tried to set packages to none or empty array, but it doesn’t work,...
one year ago
Is there an efficient way to query ALL unique models (ie excluding versions) in a project?
4 years ago
my linter (the default vscode python extension) doesn't understand TaskInstance = TypeVar("TaskInstance", bound="Task") . if I type clearml.Task.current_task...
8 months ago
Hi! When logging Datasets to a Task (by using Dataset.get() ), they appear under the Hyperparameter -> Datasets tab. This is all well. But if I want to chang...
27 days ago
Hi guys, I am running an optimization task via clearml-agent and I get the following warning
2 years ago
Hi, in your latest changelog. There's a new function. Task.launch_multi_node() for distributed experiment execution In the context of using with K8S glue, wi...
2 years ago
Hi, I'm having problems with the installed packages when creating an experiment. The installed packages used to be a list with the versions of all the instal...
3 years ago
Suddenly all experiments we try to log run into an error. I think it's a server thing at our side, because as far as I know nothing changed about Trains (we ...
4 years ago
Hello, everyone. I'm trying to use the HPO in Clearml and having some problems. All of my hyperparameters are Python dictionaries with different values (int,...
one year ago
Hello! Getting credential errors when attempting to pip install transformers from git repo, on a GPU Queue. fatal: unable to write credential store: Device o...
4 years ago
Hello everyone, is there a way to download the ClearML documentation without having to scrape the pages? Thank you very much.
one year ago
I’m getting these errors when using agent in docker mode -bash: /etc/apt/apt.conf.d/docker-clean: Permission denied chown: cannot access '/root/.cache/pip': ...
4 years ago
hello, Is there a way to update a task diff programatically? Eg, i'm creating a task using clearml.Task.create , often it doesn't properly get the git diff c...
4 years ago
I am curious if Clear has any sort of multi tenant capabilities. I have just found you guys and plan on spinning up an instance to play around, but wanted to...
5 months ago
Hi guys how do i know which version of trains server i am running? I want to upgrade to clearml , just to be sure elasticsearch migration is needed or not.
4 years ago
Hi, I have a configuration file that I read and connect to my training tasks. I cannot use config = task.get_parameters_as_dict()["General"]["param"]["nested...
3 years ago
Just wanted to see is ChatGPT correct? 😂
2 years ago
Hi all, I have a question about model querying. I have added some tags manually after uploading a model as an experiment to ClearML and also some tags while ...
one year ago
Hello, I see there are two different classes for clearml-dataset i.e. Dataset and DatasetVersion. May I know why there is a need for both when there are larg...
2 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
Hi, when I save model using tf.keras.save_model or using ModelCheckpoint model is not saved as an artifact. Output uri is set to google cloud bucket. When re...
3 years ago