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
NastyOtter17
Moderator
8 Questions, 14 Answers
  Active since 10 January 2023
  Last activity 12 months ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
9 Answers
676 Views
0 Votes 9 Answers 676 Views
None Hello if I try to create a dataset from code, as shown in this example I have two questions: - Closing the data doesnt work: dataset.close() AttributeEr...
3 years ago
0 Votes
4 Answers
728 Views
0 Votes 4 Answers 728 Views
None "ClearML automatically logs debug samples, allowing you to track" I wouldn't consider the logging shown in the examples as "automatic", rather "explicit"
3 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
For some runs of my experiments the ressource monitoring exists, for other it does not. Any idea why this could be the case?
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
I am not using Tensorflow, however the experiment shows some (useless) data, is the only way to get rid of it to specify auto_connect_frameworks={'tensorflow...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
What exactly is sdk.google.storage.project https://clear.ml/docs/latest/docs/configs/clearml_conf#sdkgooglestorage used for? 🤔 "Project" is so ambiguous
3 years ago
0 Votes
1 Answers
692 Views
0 Votes 1 Answers 692 Views
None The link to the script is broken, script in the repo is named matplotlib_manual_reporting.py
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Typo: Was going crazy for a short amount of time yelling to myself: I just installed clear-agent init!
3 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I try to update scalars, but the iteration I pass is ignored, instead the last iteration is incremented, feels wrong to me. prev_task = Task.init(continue_la...
3 years ago