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
Profile picture
SuperficialDolphin93
Moderator
12 Questions, 20 Answers
  Active since 10 January 2023
  Last activity 3 months ago

Reputation

0

Badges 1

18 × Eureka!
0 Votes
1 Answers
735 Views
0 Votes 1 Answers 735 Views
HungryCat90 somebody in the team should add ClearMl to this list None
3 years ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
I think this is a bug in ClearML web GUI The issue is the Total count in All Experiments is incomplete until clicking Load More . Steps to reproduce: Run man...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Is it possible to have Task.get_tasks() with allow_archived=False ?
3 years ago
0 Votes
1 Answers
94 Views
0 Votes 1 Answers 94 Views
Hi Is it possible to use the Pythonic remote-execution command task.execute_remotely(queue_name="default") and have the remote job select requirements from a...
22 days ago
0 Votes
2 Answers
377 Views
0 Votes 2 Answers 377 Views
Hi! How to correctly configure Clearml with PyTorch-Ignite to write checkpoints to the /mnt/nfs/shared Project Dir in a 3-agent cluster? I tried this task = ...
3 months ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
what is user properties for and how can I add parameters to it via code? thx!
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, the RESTful API POST /task.get_all seems to be limited to 500 tasks but I have 2k tasks (because each task is trained very quickly on a single data sampl...
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
How do I create sub projects with the new version 1.0?
3 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
When using the clearml.backend_api to get tasks, is there a way to know a-priori how many pages I will need for all results? Right now I keep requesting unti...
3 years ago
0 Votes
5 Answers
334 Views
0 Votes 5 Answers 334 Views
I tried using clearml.automaton.TriggerScheduler in the following way: """Add a trigger to test the model once it is published.""" from clearml.automation im...
4 months ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi! Using PytorchLightning. How do I define the names of the plots in the legend?
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
for proj in inference_projs: print("getting tasks") tasks = Task.get_tasks(project_name=proj['name'])does the clearML server support multithreading this code...
3 years ago