Does ClearML use Mlflow as the backend or does it use its own code?
2 years ago
[clearml-session discussion] I have modified clearml-session and clearml-agent to provide GPU resources to our company as a tool, and it is being well-utiliz...
2 years ago
I seem to be missing something ... I've only got one task running to train a segmentation model on my local machine, and in a few days it's hit over 1.15M AP...
2 years ago
Is there any place I can find the metric storage usage of a given experiment, or all experiments underneath a project?
2 years ago
Hi, I am trying to login to my clearml pro account, after not logging in for a while, and I am receiving the error message that my email is not registered. B...
2 years ago
Hey, I saw previously that Grafana/Prometheus were not supported as part of the clearml-serving helm chart. I guess this is outdated right? I see these chart...
2 years ago
Is there a way to tag a task/dataset "folder" with the SDK? In the UI there is an option to add a tag to a certain project folder, but in python it seems tha...
2 years ago
Is there a command line interface that lets you query and download models from the ClearML model registry the way you can with MLFlow? Example: # search for ...
2 years ago
What are project default output ? That the default output_uri set on the server side ? Can I use azure blob storage ?
2 years ago
Hey all, does anyone know how to query hidden aws autoscaler tasks using the python sdk? I've put such a task below Task.query_tasks(task_filter={"system_tag...
Outputs of final few colab notebook cells not logged Hey, We are creating a ClearML Task within a Google Colab notebook and using the Task, among other thing...
2 years ago
hi everyone, if I use the free hosted server of ClearML, does it mean that I should get a public URL to run inference on my model when I deploy to this server?
2 years ago
Is that Plotly that ClearML uses to visualize graphs? Should I google if this a Plotly issue?
2 years ago
Hi! I feel really stupid asking this, but: how do I download graphs in a .csv format? I only have download json button, opposed to the documentation that say...
2 years ago
Another questions related to requirements.txt We use pip install with git commit. Eg: mylib @ When I do task.add_requirements("requirements.txt") I get # Pyt...
2 years ago
Do you have a documentation about how ClearML detect required python package ? In my case, I use mamba env and clearml seems to be mis-detect some packages ....
2 years ago
hi, i am running clearml server self hosted and update clearml to WebApp: 1.11.0-373 • Server: 1.11.0-373 • API: 2.25 before update/restarting we able to see...
2 years ago
I'm deploying clearml with all its components into an EKS cluster, I'm configuring the values.yaml and adding the right values. I have a two questions: Can s...
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
Hello, We use clearml agents in daemon mode. This writes the logs to /tmp. however when the agent dies, it deletes the logs as well and we dont know why it d...
2 years ago
Hi everyone! I discovered that uploading model artifacts at each checkpoint to the clearml server significantly slows down training. So I set output_uri to s...
2 years ago
Hi! I'm registering a pandas dataframe using register_artifact . I can see the preview under the ARTIFACTS tab, but when I try to download the csv file from ...
2 years ago
Hello! Is it possible to 'send' / compose specific reports automatically from tasks to the designated report under the REPORTS page in the UI? I've looked in...
2 years ago
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
2 years ago
Hi, Folks I am trying to setup clearml locally and installing it via helm helm install clearml allegroai/clearml When i do that, i see that few of the pods a...
2 years ago
Hello everyone! I'm uploading a dataset to the server. During dataset.finalize() I get the following error. Could you please advise what could be the problem...
2 years ago
Hi everyone! I have a question regarding the use of s3 for storage. At our company, we only use temporary s3 credentials (key+secret+token) for security reas...
2 years ago
Hi, When downloading data stored at azure using cleaml-data I'm getting: Connection pool is full, discarding connection: *. blob.core.windows.net . Connectio...
2 years ago
Hi. is there an API endpoint that returns active users on the clearml server?
2 years ago