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
SteadyFox10
Moderator
10 Questions, 49 Answers
  Active since 10 January 2023
  Last activity one month ago

Reputation

0

Badges 1

44 × Eureka!
0 Votes
6 Answers
638 Views
0 Votes 6 Answers 638 Views
I use ignite and their ModelCheckpoint system to be able to resume a training in case of unexpected issue (the electricity shut down last week and our cluste...
4 years ago
0 Votes
2 Answers
749 Views
0 Votes 2 Answers 749 Views
Hi trains community, I see that for the trains-agent you have a docker option, did you plan to have any other container system like https://sylabs.io/docs/ i...
4 years ago
0 Votes
1 Answers
671 Views
0 Votes 1 Answers 671 Views
3 years ago
0 Votes
30 Answers
732 Views
0 Votes 30 Answers 732 Views
I have a question regarding the deletion of archived experiments. Some of them can't be deleted and the error message is General data error (TransportError(5...
2 years ago
0 Votes
16 Answers
769 Views
0 Votes 16 Answers 769 Views
when using trains-server is there any limitation for the debug images in Metrics & Logs ? This small script show the behavior, the iteration kept is only the...
4 years ago
0 Votes
5 Answers
615 Views
0 Votes 5 Answers 615 Views
I remember there is an environment variable to specify where my trains.conf | clearml.conf is but I could not remember the name of this env var. Can someone ...
3 years ago
0 Votes
9 Answers
649 Views
0 Votes 9 Answers 649 Views
I use the docker-compose.yml file and keep everything inside /opt/trains : tree -d . ├── config ├── data │ ├── elastic │ │ └── nodes │ │ └── 0 │ │ └── _state...
4 years ago
0 Votes
6 Answers
667 Views
0 Votes 6 Answers 667 Views
Hi, I have a self-hosted instance running quite well, pretty good job. I'm wondering if there is any way to have a read-only user? Is it available in the api...
3 years ago
0 Votes
7 Answers
618 Views
0 Votes 7 Answers 618 Views
Is it possible to select a bunch of experiment and archive them all at once ? I tried with the checkbox but there is no option to archive them all. I do it o...
3 years ago
0 Votes
6 Answers
649 Views
0 Votes 6 Answers 649 Views
I want to retrieve the logged metrics to be able to save the best model from my training. This is my step: trains_logger = Task(...) args = parse_commandline...
4 years ago