Hey All, Uploading a DataFrame to a task's artifact saves it with a gz extension though not compressed. Therefore attempting to download it fails due to the ...
4 years ago
Hi I have another question: I run the following line with allegro: assert os.path.exists("path") This path does not exist. How is it possible to have access ...
4 years ago
Hi Guys! I have great news, we finally fully implemented support for continuing previously trained models 🎉 Here is a quick example (this is torch, but any ...
5 years ago
I trained a model, saved it. Now I am trying to access it from another machine, but the model url is a local path. How can I download models from Clearml?
2 years ago
Good day everyone! Can you please tell me how this time is calculated for the project / folder?
3 years ago
Hey all, We like to https://clear.ml/docs/latest/docs/deploying_clearml/clearml_server_security#network-security with our self-hosted server. We are using GC...
2 years ago
Hey all, I was trying to go through slack's history in order to find an issue that was discussed a while back. One of the limitations is that slack only allo...
2 years ago
Hi all, playing around with HP optimisation, and I notice in the HyperParameterOptimizer class itself, the objective_metric_sign is set to min by default. Ca...
4 years ago
Hi, we have a bit old open source clearml instance. I want to create a new instance on a new infrastructure. is there an easy way to migrate data between cle...
2 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
Hi, I’m having troubles initializing connection to clearml (“Error: could not verify credentials:“). Who can help? Thanks
4 years ago
I found an interesting error. If I run the following: # Load the model from remote storage if model_url is provided if cfg.clearml.get("model_url", None): # ...
2 years ago
If possible, i would like all together prevent the fileserver and write everything to S3 (without needing every user to change their config)
3 years ago
hi, I am running a pipeline from decorators. the pipeline runs fine. Then I try to clone it by clicking the (successful) run and launching. The pipeline fail...
3 years ago
has anyone successfully deployed clearml on a kube cluster utilizing istio? i don’t see any mention of istio in the docs.
4 years ago
So, I did a slew of pretrainings, then finetuned those pretrained models. Is there a way to go backwards from the finetuning Task ID to the pretraining Task ...
4 years ago
Hi, I see that debug samples are taking up a huge amount of space. I want to limit the amount of debug images which are stored. I see there is an option for ...
3 years ago
Would appreciate some help. Getting this Error. ValueError: Node train_model, parameter '${split_dataset.split_dataset_id}', input type 'split_dataset_id' is...
3 years ago
Hi! I would like to make a report on all experiments in my clearml project, the report should include plots based on experiments data grouped by labels. Can ...
3 years ago
Hello! The agent-services present in ClearML server's docker-compose is only for cleanup tasks, right ? For training I would need to run another instance of ...
3 years ago
Hey, is there a shortcut on the Dataset SDK to directly get the latest version of a dataset ?
3 years ago
Hi guys, there is a bug introduced with clearml-agent 1.5.0: the resolution of the torch version is broken: it will try to find the torch version matching th...
2 years ago
Is there a way I can upload an ML model (raw, no training task) to s3 and log it in the models section of clearml. I succeeded with storage manager but dont ...
2 years ago
Hi everyone 👋 I want to delete stuff from my clearml server, but the memory keeps getting used when I delete it from the server. How can I definitely delete...
2 years ago
Hi! I had a self-hosted ClearML and I want to visualize aggregated metrics (mean, norimalized mean, dispersion etc) to compare ClearML projects. How can I do...
9 months ago
Hi, I'm trying to use the ClearML-logger to present images in the results-plots tab : logger = self.task.get_logger() logger.report_matplotlib_figure(title=f...
4 years ago
Hi, guys! How do you keep your secrets (user, password, host and so on for Data Base, for example)? I mean remote experiments with ClearML. I think there is ...
4 years ago
Hi, I have an agent that is running two experiments at the same time: one that was running for a long time (11h) and one that the agent picked up afterwards,...
5 years ago