Hi! The code dataset.get_metadata('metadata_name') produces the console message Cannot find metadata on this task, are you sure it has the correct name? if t...
one year ago
Hi everyone, I'm having trouble setting my output_uri such that my model checkpoints are saved outside of the venv and accessible via id or for download. Im ...
one year ago
Hey, how can we control the pod of PipelineController not use the gpu? according to the documentation, the The pipeline controller lives as long as the pipel...
one year ago
Hey everyone anyone had experience with installing clearml-server on Openshift? I assume some modifications requires comapred to vanilla k8s installation (in...
one year ago
Hi community :) I'm new to ClearML and seeking advice on best practices for managing datasets. I have two types of datasets: (1) PDFs (2) Tabular data stored...
one year ago
Hi everyone. Is there any way to customize web_server and api_server urls in this dialog window? Clearml in our case installed on k8s using helm chart (versi...
one year ago
Hi! I am currently testing the function of tags, using dataset.add_tag(). Why do tags only show on a version level, but not on the dataset-level? (see images...
one year ago
Hello Folks! I've deployed ClearML, helm chart version 7.11.1 , on a k8s cluster. I've created ingresses for all three api , web and file servers. I'm trying...
one year ago
Hi, I have been testing ClearML and checking if it is a good fit for the use case that I have in hand. everything is quite good so far but I have a question ...
one year ago
Hi! When deleting datasets with the code: Dataset.delete(dataset_id = dataset_id, delete_files=False, delete_external_files=False, force=True, entire_dataset...
one year ago
There are still a ton of instances of the documentation using 'import allegroai', is that deprecated?
one year ago
Is it possible to upload a hyperdataset? Or can we only upload datasts
one year ago
Hi ClearML team, does upload_folder None also have the capability of retrying to upload? It doesn't have the retries parameter
one year ago
any tips on debugging worker graphs not showing up? seems to be some js errors in the console that may be related. running localhost against 1.16.1 images
one year ago
Could I get some feedback from people with experience using ClearML pipelines on the best way to handle caching? My team is working on configuring ClearML Pi...
one year ago
I am trying to do some hyperparameter optimization using a script and have closely followed the example on Github. I keep getting this warning when using Opt...
one year ago
Hey, I have pipeline from code, but have problem with caching. Actually clearml didn't cache already executed steps (tried to re-run pipeline from web-ui). D...
one year ago
hi Team, I am trying to start the clearml with opensearch as backend instead elastic search , when I started the service I am seeing partial web UI as below ...
one year ago
Hey guys, if I set file_upload_retries arbitrarily high like 1000, should I be good to upload a large dataset >1GB on spotty connections?
one year ago
Hello everyone again! So, I have a bit of an issue this time where sometimes ClearML won't be able to find a file on S3, occasionally it logs a 503 error too...
one year ago
Hi, can I run a single hyperparameter optimization task with at least 100 experiments on multiple machines by using clearml-agent and queue?
one year ago
As soon as I refactor my project into multiple folders, where on top-level I put my pipeline file, and keep my tasks in a subfolder, the clearml agent seems ...
one year ago
Hi! To make my script work inside a task, I need to add working_dir to the PYTHONPATH . According to the ClearML agent console log, here are the relevant lin...
one year ago
Hey, I am trying to clone existing pipeline using clearml API, but I didn't managed to override pipeline parameters. Task was cloned successfully with parame...
one year ago
When trying to run my agent with poetry as package manager (could also be with pip, but definitely with poetry), strange things seem to happen when trying to...
one year ago
Hello, I have been using clearml for my projects lately. I have set it up to log the training data for an RL training job. As of now it currently logs data a...
one year ago
Hello! I was wondering if there's a way to have a time series chart when comparing experiments? The bar chart isn't ideal for me: Context: doing a classifica...
one year ago
Hello everyone! Can I create a report via API or SDK? Сan the model inference task generate a report that will be displayed in the reports tab?
one year ago
Hello! Is there a way to launch clearml apps (for example clearml schedulers) via API or code with status tracking on ClearML application tab? If we run clea...
one year ago