Shortened URLs for sharing deep links to experiment result views would be nice. Is there a way to do that without using a third party URL shortener?
4 years ago
hey, I run a programm without allegro on the gpu and it works. Then I run it with allegro. But the training does not start. The gpu is allocated but the trai...
4 years ago
If I update the annotation files for some dataset and upload it. Can it call the previous version of dataset using the dataset id ? Dataset.get(dataset_id=DS...
4 years ago
Hey everyone I have felt the pain that comes with needing to classify data. I built this dcm data organizer I would love the community’s feedback! https://gi...
4 years ago
How do we configure s3 bucket credentials when working with the autoscaling service?
4 years ago
Quick question - if I use sub-project functionality and there are different root project names but identical sub-project names, is that an issue?
4 years ago
Let’s imagine I’m building a pipeline with five consecutive steps, where some of the steps are non ML/DL based. Using ClearML I run a lot of experiments to f...
4 years ago
Is there a way to upload a dict object as a YAML artifact instead of a JSON?
4 years ago
If I want to create a parameter that is a list, the text field gets very small in the gui. Is there a way to increase the size of the text input for fields o...
4 years ago
I read that clearml-data stores only the difference between versions. Is this only working for text files or also for big files like medical imaging?
4 years ago
from clearml import Dataset # Preprocessing code here dataset = Dataset.create(dataset_name='dataset name',dataset_project='dataset project') dataset.add_fil...
4 years ago
I have just installed the PYPI version of clearml-serving and I get the following error at the command line. clearml-serving --help clearml-serving - CLI for...
4 years ago
Hi, i have a docker image that needs to be run in privileged mode. How should i do the following? clearml-session: Pass the --privileged option along --docker ?
4 years ago
Hi, i'd like to have more info on how to create a sub-project : https://clear.ml/docs/latest/docs/fundamentals/task#projects-and-sub-projects
4 years ago
Another question, is it possible to run a single experiment which is composed of multiple steps executed as sequential sub-processes where the current task i...
4 years ago
Hey. I tried setting clearml-server-chart using helm but my cluster had 426 error. All routing is configured with istio/ingress which doesn’t work with http1...
4 years ago
Hey everyone, Do the installation instructions listed https://allegro.ai/clearml/docs/docs/deploying_clearml/clearml_server_kubernetes_helm.html apply to htt...
4 years ago
Hi, I have a question about queue management of ClearML Agents. I am still a beginner to ClearML and still discovering the potential it has and as of now it ...
4 years ago
Hi, currently we can add "Tags" on experiments. When filtering the tags in the dashboard, it seems to default to filter as a "OR" condition, is it possible t...
4 years ago
This wasn't a big deal, but I noticed when pushing a dataset to the server, with cloud storage, that the upload information looked a bit bonkers in terms of ...
4 years ago
Hi, after reviewing ClearML for months, i am considering pushing ClearML to be the primary MLOps tool within my dept. I would be looking at monitoring, produ...
4 years ago
anyone using huggingface trainer and can guide me on the easiest way to integrate it with clearml?
4 years ago
another question, im working with dynamic resource allocation system, is there a way to see what type of GPUs were used for the experiment?
4 years ago
I'm looking into a way to hint git repository location as I'm using a launcher to start python script. Currently the dashboard shows some unrelated uncommite...
4 years ago
How do I get the parsed args object of a task? I ran a task, using the argparser to set its hyperparams. I now get the task using Task.get_task, and I want t...
4 years ago
I am having an issue publishing a completed model training. The model has been deployed on remote compute, using a docker image, and the datasets have been s...
4 years ago
///[Please note, all the below was executed on the command line of the compute node, not the server head node]/// I've been following the example on Keras, b...
4 years ago
I would like to understand the limitations of Task.current_task() and in which cases it should not be called in order to avoid catching another running in pa...
4 years ago