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
TrickyRaccoon92
Moderator
13 Questions, 52 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

50 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
If the trains-server stops responding, would any running experiment keep a cache of to-be-sent-data, fail the experiment, or continue the run, skipping the r...
4 years ago
0 Votes
5 Answers
971 Views
0 Votes 5 Answers 971 Views
Is there an elegant way to download all images posted in “debug_samples” from the trains server? 🙂
4 years ago
0 Votes
7 Answers
967 Views
0 Votes 7 Answers 967 Views
Hi, I'm trying to get TensorBoard plots into the Allegro Trains server. Although I followed the example pytorch_tensorboard.py , all my plots are plotly plot...
4 years ago
0 Votes
0 Answers
935 Views
0 Votes 0 Answers 935 Views
Is there a way to specify a tag with the Task.init ? I don't seem to find it among the arguments. Simply task.add_tags - Lovely!
4 years ago
0 Votes
32 Answers
13K Views
0 Votes 32 Answers 13K Views
I rebooted my server in AWS, and now the instance is acting weird. The web login is gone, and all my projects are not visible. I tried to use the docker-comp...
4 years ago
0 Votes
3 Answers
914 Views
0 Votes 3 Answers 914 Views
If you rely on task to automatically upload artifacts, it seems you cannot retrieve them using task.artifacts - The task.artifacts is empty post upload, and ...
3 years ago
0 Votes
5 Answers
940 Views
0 Votes 5 Answers 940 Views
Latex in plot labels? I tried different things, like adding r'{LATEXCODE}' but it does not seem to get recognized. Am I missing something? I am using the ten...
4 years ago
0 Votes
1 Answers
936 Views
0 Votes 1 Answers 936 Views
How can I avoid TRAINS Task: overwriting (reusing) the overwriting? I want to launch multiple runs with different hyper parameters on the same machine, yet t...
4 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
4 years ago
0 Votes
1 Answers
919 Views
0 Votes 1 Answers 919 Views
By the way guys, your survey link points to an error. [gravityform id="7" title="false" description="true" ajax="false" tabindex="10"]
4 years ago
0 Votes
21 Answers
908 Views
0 Votes 21 Answers 908 Views
Encountered an odd bug. Upon attempting to write images to clearML (3D projected, matplotlib), TKinter is suddenly used as backend, and instead of writes to ...
3 years ago
0 Votes
6 Answers
953 Views
0 Votes 6 Answers 953 Views
I'm experiencing some weird behavior from the automatic logging iterations. It seem to be capped at the number of batches rather than the epochs. How can I c...
3 years ago
0 Votes
6 Answers
944 Views
0 Votes 6 Answers 944 Views
Hi guys, I'm sure this has been asked before. But how may I delete the project "Trains Examples" from the Trains Server?
4 years ago