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
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Clearml-Serving will automatically serve published models from your ClearML model repository, so the first step is getting a model into your ClearML model re...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
Can someone help me with deploying this example model (from triton inference server) deployed in clearml-serving? Too many random errors for me to figure it ...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
If we’re using the same git repo over and over for almost all jobs, is it possible to have the agents keep a local version and only download the diff of the ...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hey All, Uploading a DataFrame to a task's artifact saves it with a gz extension though not compressed. Therefore attempting to download it fails due to the ...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi, I got (yet another) clearml-server installation question. We installed the server on an internal k8s cluster. Now I want to point the webserver on the ap...
4 years ago
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
does the new 2.0 helm charts (app ver 1.1.0) not support nfs?
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Do you have some documentation on what https://app.community.clear.ml/applications are useful for and how to use them? Are they going to be available for sel...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
I am seeing that some steps in a pipeline are being skipped. Like for example, in a pipeline with 4 steps, it’s directly starting at step 3. Is there some re...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi everyone, quick question - We're installing http://Clear.ML locally, and saw there are many DBs involved. What is the purpose of the ElasticSearch? It's j...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Sorry if I'm missing something, but how do I search for tags in the ClearML Hosted GUI App? For example, if I've tagged a model as in_production and want to ...
4 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
Quick qn, when using the clearml-task, how to specify the output_uri.
4 years ago
0 Votes
35 Answers
132K Views
0 Votes 35 Answers 132K Views
Hi,
Hi, SuccessfulKoala55 TimelyPenguin76 AgitatedDove14 , can I modify company id in open source version? I succeed to replace default company id with newID in ...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
Looking at clearml-serving - two questions - 1, what’s the status of the project 2. how does one say how a model is loaded and served etc? For example, if i ...
4 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Is there any way to get just one dataset folder of a Dataset? e.g. only "train" or only "dev"?
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Can the StorageManager upload directly from memory or does it have to be from a local file?
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
General question not necessarily about ClearML - how are people handling schema for their datasets?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi
Hi , ClearML Server v1.1.0 is out! Highlights include metric snapshot plot in project overview, full-screen plot views, logical AND option to experiment tag ...
4 years ago
0 Votes
18 Answers
2K Views
0 Votes 18 Answers 2K Views
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Thanks ClearML Team, great to see these requested features are released! Add metric snapshot plot to project overview UI - Show an aggregated view of all pro...
4 years ago
0 Votes
16 Answers
2K Views
0 Votes 16 Answers 2K Views
Hi!
Hi! 👋 I am still quite new to ClearML but we are currently assessing how useful it is at the place where I work - and so far, it looks pretty cool! 🙂 We ha...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi, how could I know that "Task.init" find my "clearml.conf" file? I executed task = Task.init(project_name='Classification', task_name='example') and nothin...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Apart from having packages in requirements.txt, does clearml expect them to be actuall installed to add them as installed packages for a task?
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
(data is a bit different, but the plot is missing hte scale and the colors)
4 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
Am I doing something wrong or is should I open an issue about it (bug?)? I'm using the logger.report_plotly method to visualize a custom plot. Using the exac...
4 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
What’s the easiest way to update the repo url alone for a task? Need - in my CI, the url used is https but I need the ssh url to be used. I see that we can p...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
When I do Task.init() and then a execute_remotely(), the task is being Aborted rather than be in Draft. Am I missing something?
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi again!, I want clearml to upload files to remote location when I execute dataset.upload() , looked in .clerml conf but did'nt find where to config that. c...
4 years ago
Show more results questions