Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text

Questions with tag clearml

Questions with tag clearml

Tags
Sorting
Results
per page
0 Votes
51 Answers
170K Views
0 Votes 51 Answers 170K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is there any place I can find the metric storage usage of a given experiment, or all experiments underneath a project?
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
2 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Is that Plotly that ClearML uses to visualize graphs? Should I google if this a Plotly issue?
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
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
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi team. why am getting this error k8s helm ``` jithu@edgebricks:~/Downloads$ cat <
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
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
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
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
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi. is there an API endpoint that returns active users on the clearml server?
2 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone 👋 I have a script that uses 3 git repos (organisational repos on github) for its execution. As part of this script I'm performing pull to these ...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Guys, do we have a tutorial on https setup for clearml? The official docs are definitely not good enough to run the https server up
2 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi all! I can't use scalar tab in all experiments due to elastic search error: Error 100 : General data error (RequestError(400, 'search_phase_execution_exce...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
👋 Hi everyone! I have a question regarding events-training_stats_scalar-d1bd92a3b039400cbafc60a7a5b1e52b index its size is 93 Gb and it initialises for 6 ho...
2 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
2 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi everyone! I have a question about clearml-serving . Are there any examples how to deploy models via clearml-serving ... model add ... with Python code? If...
2 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, After my model's iterations ended and task turned to Completed I wanted to still train the model further for more iterations. I found there is continue_l...
2 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi just to confirm, i set my default output_uri to s3, output_uri will upload just artifacs, console log, file server will save plot images like matplotlib/s...
2 years ago
Show more results questions