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 2 years ago

Reputation

0

Badges 1

43 × Eureka!
0 Votes
30 Answers
2K Views
0 Votes 30 Answers 2K Views
4 years ago
0 Votes
17 Answers
2K Views
0 Votes 17 Answers 2K Views
4 years ago
0 Votes
15 Answers
2K Views
0 Votes 15 Answers 2K Views
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K 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
4 Answers
2K Views
0 Votes 4 Answers 2K Views
AFAIU by default trains logs all tensorboard things, can this be turned off?
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K 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 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
11 Answers
2K Views
0 Votes 11 Answers 2K 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
2K Views
0 Votes 2 Answers 2K 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 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 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

AgitatedDove14 going back to the slurm subject, I have local trains installed on the cluster with slurm so I am ready to test. At the same time I was thinking whether a simple solution would do the job:
a) [scale up agents] monitor the trains queue, if there is something that was not started for some amount of time, and the number of agents is not yet at the maximum, then add an agent,
b) [scale down agents] if all the tasks are running and there are idle agents, kill an idle agent.
Or do yo...

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 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 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
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

AgitatedDove14 I do not want to push you in any way, but if you could give me an estimate of the slurm glue code, that would be helpful. I should have a local installation of the trains server to experiment with next week.

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 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

yes, happy to help! In fact I am also interested in the k8s glue, since in one of our use cases we are using jobs and not pods (to allow for spot instances in the cloud), but I need to dig digger into the architecture to understand what we need exactly from k8s glue.

4 years ago
Show more results compactanswers