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 6045

Questions 6045

Tags
Sorting
Results
per page
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi, For clearml-serving , is there any contract on how the output from the model should be formatted. I have created a custom engine for spacy which will ret...
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hi guys, I have a recurring problem : Every few new commits - I try to upload a new task and I have the following error: Using cached repository in "/root/.c...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
I have a question about clearml-data , from what I observed (I just started playing with it) it internally stores a compressed representation of a dataset. D...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
hi folks, I have a question on the clearml-serving . In the tutorials I see spinning up the inference container as the last step. My question is on how the d...
3 years ago
0 Votes
24 Answers
2K Views
0 Votes 24 Answers 2K Views
Hi, Question regarding clearml-agent How do we delete a daemon? There is an option to stop a daemon service - but what is the method to delete a specific wor...
3 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
has anyone found a workaround for the bug? clearml.storage - ERROR - Exception encountered while uploading string longer than 2147483647 bytes
3 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
I think there is a little bug with the PipelineDecorator.component : i provide the name of the component but it uses the name of the wrapped function as the ...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
When I upgrade the server, do I need to do anything with the agents/queues (redefine them, etc)?
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi everyone, is there any difference between the service agent that comes with the server and the normal clearml-agent in --services-mode ?
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Is there an easy way to apply the uncommitted changes, logged by ClearML, locally to a dev environment?
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi again, from the API-Server logs Serving Flask app 'server' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it i...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there something like clearml-data delete --id myid2delete for Tasks?
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
3 years ago
0 Votes
13 Answers
2K Views
0 Votes 13 Answers 2K Views
Hi, while loading a task I see the following line in the output: Could not lock cache folder "___r" (timeout 300 sec), using temp vcs cache. also I see a ver...
3 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, What if I need to create a task which requires a private package that is only available as a wheel (in a private git repo)? Any ideas of how to do that?
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi! Please, could anyone explain this sort of behaviour? First, we save a model checkpoint during training (both in .pth and .onnx format) output_model_pth =...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Is is intended that restarting the server somestimes leads to abortion of experiments on clearml-agents User aborted: stopping task (3) ?
3 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi, i'm wondering if ClearML did a comparison of their ClearML Pipelines with other solutions such as Apache Beam? Or if ClearML supports integration with su...
3 years ago
0 Votes
12 Answers
2K Views
0 Votes 12 Answers 2K Views
Hello, I'm wondering if I can stop the specific logging for one plot (using matplotlib). When the data points become more, then the GUI of results -> plots g...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
3 years ago
0 Votes
31 Answers
139K Views
0 Votes 31 Answers 139K Views
3 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello clearml friends 🙂 , I have a question regarding the requirements_file arguments in Task.create() . Can I put a path/link to requirements from git repo...
3 years ago
0 Votes
9 Answers
2K Views
0 Votes 9 Answers 2K Views
Hi, I'm setting a USER PROPERTIES using the following code task.set_user_properties(MY_THRESHOLD={"type": int, "value": 0.85}, )Whet is the correct way to re...
3 years ago
Show more results questions