Hi everyone, I have some questions regarding clearml aws_autoscaler.py. First one: On AWS machine agent runs with this command: python -m clearml_agent --con...
This message is for the ClearML team. I've found a bug. I think it's reproducible. Basically, when dealing with bools inside args, I think what you guys do i...
3 years ago
Hello! I'm just starting out with ClearML, and I seem to be having some sort of conflict between clearml and torch , at least in Colab In this guide ( https:...
4 years ago
Hi, folks! Cannot see plots in Clearml. Do you know why this can happen?
12 months ago
Hi! I have problem with login to trains. We have created users that until yesterday have no problem to access app, but now it throws Invalid User/Password co...
5 years ago
Another question: Is it possible to specify in which directory to save all the files that clearml-agent creates (e.g. cache files or results of the currently...
4 years ago
Is there something like clearml-data delete --id myid2delete for Tasks?
3 years ago
Hello! I faced an issue with environment variables with remote agent I set the in clearml.conf in section: development.apply_environment Like this: apply_env...
one year ago
Hey Community, So I am facing an issue related to passing parameters. I am getting the parameters from the taskscheduler , taskparameter.
2 years ago
I am having trouble understanding how dataset caching works with clearml-data . I am using a clearml-task that runs python code to get a dataset from clearml...
one year ago
Hi, I have a question about logs, when I am looking into apiserver logs, I have for example [2023-04-18 14:47:42,043] [9] [INFO] [clearml.service_repo] Retur...
2 years ago
Hello, i’m trying to override git_user and git_pass within additionalConfigs in order to clone private repositories from the agent but it’s not working. How ...
2 years ago
For Google Cloud Storage, you can use default project credentials for all buckets, or specify credentials per individual buckets and sub-directory. Does this...
4 years ago
Hey guys, I am setting up a new machine with two rtx 3070 GPUs where I created two agents (one for each GPU). On both agents, my experiments fail with error:...
4 years ago
dumb question I know but I have code running on my local machine and I’m using the remotely_execute() call in there so it’d go to my GPU machine
11 months ago
when trains-agent is configured with system_site_packages: true why agent tries to create a new env and install packages ?
5 years ago
Hello, for Datasets, is there an explanation somewhere as to how the Debug Samples are created? I'm not entirely sure which permission it uses if the dataset...
2 years ago
Hi everyone! I use ClearML Pipelines and I have too much parameters in it so I want to use configuration file. How could I connect configuration file (like t...
2 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 some hyper parameters of my clearml task which i connected to task with- parameters = task.connect(model_train_dict, name='train_params'). I ran ...
2 years ago
Hi guys, just downloaded clearml. wonder if I can manage versions, lets say some hyperparameters "try1" with data "dat1" and a model will be one version and ...
4 years ago
General question not necessarily about ClearML - how are people handling schema for their datasets?
4 years ago
Hey Guys, I Keep Getting "Failed Parsing Task Parameter" Warning For The Arguments Such As This One:
hey guys, I keep getting "Failed parsing task parameter" warning for the arguments such as this one: parser.add_argument( "--dataset_mean", type = float, nar...
4 years ago
Hi guys can you please tell, what does this means..
2 years ago
Hi there! Can anybody help me with specifying the 'platform' for a model in clearml-serving. I am using the k8s clearml-serving setup (version 1.3.1). I alre...
one year ago
Hello all, it seems that ExperimentManager is geared toward training jobs. We however need to do evaluation/benchmarking jobs most of the time. Is there anyw...
2 years ago
Hi, ClearML console leaks credentials passed in as Env Vars. The issue remains with clearml version==1.1.1.135 - 1.1.1 - 2.1.4 (As listed on the profile page...
4 years ago
Hello I was asked to bring up a clearML server on our system. We do not use any of the cloud options and not use docker as well 🙂 . On most of the services ...
4 years ago
Hi, Is there any reason why artifacts linked to a task are not removed when the task is removed from the experiment list?
4 years ago
Hi! I'm currently considering switching to ClearML. In my current trials I am using up the API calls very quickly though. Is there some way to limit that? Th...
3 years ago