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
LargeHamster21
Moderator
1 Question, 3 Answers
  Active since 18 December 2024
  Last activity 8 months ago

Reputation

0
0 Votes
2 Answers
751 Views
0 Votes 2 Answers 751 Views
Hey all, I've been doing some hyperparameter tuning today using a clearML managed dataset. However, I kept running into the following error: Error loading da...
8 months ago
0 Hi All

Hey John, I'm Nathans colleague, thanks for looking into this. It seems the application is starting now. What was the issue in the end?

7 months ago
0 Hi All

Thanks a lot for looking into this. Unfortunately the HPO is still not working. Although the instance is starting now we are receiving the error below in the console of the application instance. When manually enqueueing the same experiment it does work, leading us to believe that this is not an environment issue. It also happens for cloned runs that worked in the past. Could this be related to the previous issue?

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site...
7 months ago
0 Hi All

Also, it does not kill the instance, it continues to send progress reports every 2 minutes. I added the full log in the attachment.

7 months ago