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
Heads up! On tomorrow's twitter thread we are also going to have a vote for the next presentor of the ClearSHOW! (Did you watch the "build your own feature s...
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
What is the maximum length for the experiment name? I noticed that with very long names errors can occur
4 years ago
Hi, I have a few questions regards to Publish Experiment , I would like to understand what is the use case for it? It turns a experiment into read-only(view)...
4 years ago
I buried this issue in another thread to do with deployment, but I was wondering if anyone else has had problems using clearml-serving package to serve a PyT...
4 years ago
Hi! I am trying to run some experiments on an agent I have configured to use the requirements.txt the problem is it only shows Cython on the list of installe...
4 years ago
Hello! I'm trying to setup a clearml server on my manjaro vm. I've got everything set, but my config directory (/opt/clearml/config) is empty. Any idea why c...
4 years ago
When running jobs, my pipeline controller always updates to the latest git commit id but sometimes my pipeline steps do not. This appears to be somewhat rand...
4 years ago
Hi, I'm running clearml agents via K8s glue. I noticed that the agent is not pulling latest images even though docker_force_pull is set to true. A kubectl de...
4 years ago
Hey, could you help me? I’ve tried update clearml-server in k8s Old and new clearml in the different namespaces, but after migrate I got the error Error 101 ...
4 years ago
I'm trying to use query_models in the Model() class to get back results based on the project_name , but I changed the project name in the ClearML hosted GUI ...
4 years ago
hi all, i have a question about datasets. i see that in the process of creating a dataset, you have to use Dataset.upload() which uploads the data to the ser...
4 years ago
Hello, I would like to use spot instances together with the AWS autoscaler to train models with pytorch/ignite and I am wondering how to support interruption...
4 years ago