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
RattyPanda61
Moderator
7 Questions, 42 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

40 × Eureka!
0 Votes
12 Answers
559 Views
0 Votes 12 Answers 559 Views
Is there a way to retrieve the debug samples logged by ClearML (or at least retrieve their s3 links) via the python API?
one year ago
0 Votes
18 Answers
562 Views
0 Votes 18 Answers 562 Views
Hello, I’m trying to log (via task.connect() ) a dictionary of the exp parameters. As I understood it, ClearML supports only builtin types, but I’m getting t...
2 years ago
0 Votes
4 Answers
559 Views
0 Votes 4 Answers 559 Views
Hello, is there a way to get the list of available variants for a metric via the API?
one year ago
0 Votes
6 Answers
600 Views
0 Votes 6 Answers 600 Views
2 years ago
0 Votes
4 Answers
664 Views
0 Votes 4 Answers 664 Views
Hello, I’m integrating ClearML into my training code to track experiments. I see that ClearML logs automatically the python env in the “installed packages” s...
2 years ago
0 Votes
21 Answers
564 Views
0 Votes 21 Answers 564 Views
Hello, I’m using Dataset.get_local_copy to get the data in the machine. Everything works nicely except when there are two different users running the get_loc...
one year ago
0 Votes
9 Answers
571 Views
0 Votes 9 Answers 571 Views
logger = Logger.current_logger() logger.report_media( title="test", series="audio", local_path="/path/to/file.wav", iteration=1, max_history=-1 )Hello 🙂 I’m...
2 years ago
0 Hello, I’M Trying To Log (Via

getting the same behaviour

2 years ago
0 Hello, I’M Trying To Log (Via

In [6]: type(conf["a"]["b"]["c"]["d"]) Out [6]: tuple

2 years ago
0 Hello, I’M Trying To Log (Via

CostlyOstrich36 thank you 🙂 I suppose the issues isn’t necessary if someone is already working on a fix?

2 years ago
0 Hello, I’M Trying To Log (Via

if this is a bug, I can raise an Issue in github and provide a snippet of code to reproduce it

2 years ago
0 Hello, I’M Using

just to clarify, you mean clearml api credentials (not the aws ones)?

one year ago
2 years ago
0 Logger = Logger.Current_Logger() Logger.Report_Media( Title="Test", Series="Audio", Local_Path="/Path/To/File.Wav", Iteration=1, Max_History=-1 )

I was on 1.2.0
Upgrading to 1.3.0 resolved the issue with S3 credentials request 🙂
thank you

2 years ago
0 Logger = Logger.Current_Logger() Logger.Report_Media( Title="Test", Series="Audio", Local_Path="/Path/To/File.Wav", Iteration=1, Max_History=-1 )

Your suggestion CostlyOstrich36 works: I’ve added the line in the clearml.conf file.

However, now when I go in the Results -> Debug Samples tab, the s3 credential window pops up. Every time that I refresh the page 😞

2 years ago
2 years ago
0 Any Idea What I'Ve Missed Here? Thanks

give it few seconds an should work. That’s what I’ve experienced 🙂

2 years ago
Show more results compactanswers