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
HealthyStarfish45
Moderator
9 Questions, 44 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
15 Answers
1K Views
0 Votes 15 Answers 1K Views
4 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
4 years ago
0 Votes
2 Answers
947 Views
0 Votes 2 Answers 947 Views
I have installed the trains pycharm plugin, but based on the https://allegro.ai/docs/integrations/integration_pycharm/ I do not really know how to use it to ...
4 years ago
0 Votes
17 Answers
880 Views
0 Votes 17 Answers 880 Views
4 years ago
0 Votes
4 Answers
990 Views
0 Votes 4 Answers 990 Views
AFAIU by default trains logs all tensorboard things, can this be turned off?
4 years ago
0 Votes
11 Answers
996 Views
0 Votes 11 Answers 996 Views
If I am using the demo servers, do I need to do something special to use report_image ?
4 years ago
0 Votes
2 Answers
966 Views
0 Votes 2 Answers 966 Views
Are trains able to discover the docker image and docker command that is used for running the current experiment, or do I need to set it up manually by task.s...
4 years ago
0 Votes
2 Answers
939 Views
0 Votes 2 Answers 939 Views
In the experiment list page I can add custom columns (like metrics) which is great, but can I save the view to switch between the different views, or at leas...
4 years ago
0 Votes
8 Answers
967 Views
0 Votes 8 Answers 967 Views
Default installation of trains-server exposes only logging via http not https, in case the server has a public IP, what is the recommended way for increasing...
4 years ago
0 I Wanted To Ask About Html Reporting, If I Want To Do A More Fancy Visualization (Like Overlay Of Two Images Depending On Mouse Hovering), I Have To Inject This Html Into The Reporting Code, Right? I Am Asking, As Perhaps It Is Possible To Have Custom Wid

some piece of html+js code that you can add that governs how to visualize debug_samples from experiments that are already finished, think of adding an overlay of two types of images post factum

4 years ago
4 years ago
0 If I Am Using The Demo Servers, Do I Need To Do Something Special To Use

ok, there is probably a problem on my side, because when I ran the sample code from the repo it works, sorry to bother you

4 years ago
0 If I Am Using The Demo Servers, Do I Need To Do Something Special To Use

the images do not show up in debug_samples. How can I check what is wrong?

4 years ago
0 If I Am Using The Demo Servers, Do I Need To Do Something Special To Use

AgitatedDove14 thanks for the additional information:
yes, the report_image problem was resolved after I reordered dimensions in the tensor. is there an advantage in using tensorboard over your reporting? html reporting looks powerfull, can one inject some javascript inside?

4 years ago
0 If I Am Using The Demo Servers, Do I Need To Do Something Special To Use

there was a problem with index order when converting from pytorch tensor to numpy array

4 years ago
0 What Is The Suggested Way Of Running Trains-Agent With Slurm? I Was Able To Do A Very Naive Setup: Trains-Agent Runs A Slurm Job. It Has The Disadvantage That This Slurm Job Is Blocking A Gpu Even If The Worker Is Not Running Any Task. Is There An Easy Wa

so far everything works, the only problem I can think of is a race condition, but I will probably ignore it, which happens in the following scenario:
a) a worker finishes its current run, turns into an idle state,
b) my script scrapes the status of the worker, which is idle,
c) a new task is enqueued and picked by the worker,
d) the worker is killed after it managed to pull a task from the queue, so the task will be cancelled as well.

4 years ago
Show more results compactanswers