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
FuzzySeaanemone21
Moderator
4 Questions, 5 Answers
  Active since 22 June 2024
  Last activity 2 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
1 Answers
342 Views
0 Votes 1 Answers 342 Views
2 months ago
0 Votes
5 Answers
436 Views
0 Votes 5 Answers 436 Views
Hi. I am unable to see my output images under "Debug Samples". It just says "Unable to load image" (please see attached). My debug sample images are stored a...
2 months ago
0 Votes
4 Answers
314 Views
0 Votes 4 Answers 314 Views
2 months ago
0 Votes
2 Answers
314 Views
0 Votes 2 Answers 314 Views
2 months ago
0 Hi. I Am Unable To See My Output Images Under "Debug Samples". It Just Says "Unable To Load Image" (Please See Attached). My Debug Sample Images Are Stored As "

@<1523701070390366208:profile|CostlyOstrich36> When I did "clearml init" initially and set the credentials with "https", it threw a bunch of errors regarding SSL protocols and was unable to connect to the clearml server. So, I registered them as "http" instead and it worked. So, I am not really sure if it works if I register them as "https".

2 months ago
0 Hello. I Am Using Hydra As Configuration Manager And I Am Using A Decorator To Specify The File And The Folder It Is Contained In (Typical Hydra Syntax). The Code Now Runs Into This Error That Says, "Primary Config Directory Not Found. Set The Environment

Hi @<1523701070390366208:profile|CostlyOstrich36> @<1523701435869433856:profile|SmugDolphin23> . I have used these lines in my script:

task = Task.init(project_name="prediction", task_name="local")
task.set_repo(repo=" None ", branch="main")
task.execute_remotely(queue_name="default", exit_process=True)

It installs all the dependencies using Poetry from .toml file in the repository, but fails to find the config file after that. This is what th...

2 months ago
0 Hi. I Am Unable To See My Output Images Under "Debug Samples". It Just Says "Unable To Load Image" (Please See Attached). My Debug Sample Images Are Stored As "

This is what it says when I register as https:

clearml.storage - ERROR - Exception encountered while uploading HTTPSConnectionPool(host=' ', port=8081): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)')))

2 months ago