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
FantasticSquid9
Moderator
3 Questions, 3 Answers
  Active since 15 April 2023
  Last activity 12 months ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
1 Answers
607 Views
0 Votes 1 Answers 607 Views
Hello, I have a question about clearml-agent with docker I want to use image files saved in local machine which clearml-agent will be operated. I added "moun...
12 months ago
0 Votes
2 Answers
620 Views
0 Votes 2 Answers 620 Views
Hello Everyone. Nice to meet you I got this error when I run docker-compose after upgrading clearml-serving from 1.0 => 1.3 Have you seen this error? If you ...
one year ago
0 Votes
3 Answers
624 Views
0 Votes 3 Answers 624 Views
Hello guys, Can anyone help me?? I got this message when I tried to ran script through clearml-task botocore.exceptions.NoCredentialsError: Unable to locate ...
aws
12 months ago
0 Hello Guys, Can Anyone Help Me?? I Got This Message When I Tried To Ran Script Through Clearml-Task

I setted default key and secret in aws part in clearml.conf
but it didn't work either

12 months ago
0 Hello, I Have A Question About Clearml-Agent With Docker I Want To Use Image Files Saved In Local Machine Which Clearml-Agent Will Be Operated. I Added "Mount" Command In Clearml.Conf Like This

Don't mind. I solved. The problem was "wrong docker command".
I should do like this

["--mount", "type=bind,source=/mnt/myimages/mnist,target=/mnt/myimages/mnist", ]
12 months ago