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
DeliciousKoala34
Moderator
5 Questions, 27 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

25 × Eureka!
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hello! When running this code: task = clearml.Task.init(project_name='test-proj', task_name='test') out_model = clearml.OutputModel(task=task, framework='PyT...
2 years ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K Views
Hello, when running a task with a remote interpreter i get clearml.Task - INFO - No repository found, storing script code instead . I am using Pycharm and i ...
2 years ago
0 Votes
16 Answers
1K Views
0 Votes 16 Answers 1K Views
Hello! I have a dataset on a /mnt share. When I try to get a local copy, the dataset on the share is deleted. Is this correct behaviour? This is how I get th...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello! I have a problem: ValueError: Could not download dataset whaen getting local copy. The dataset was uploaded on a /mnt share. The thing is that when tr...
2 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hello, has anyone know any solutions to this? ImportError: cannot import name '_get_cpp_backtrace' from 'torch._C' (/root/.clearml/venvs-builds/3.8/lib/pytho...
2 years ago