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

Hi
https://github.com/allegroai/trains/releases/tag/0.15.1 / https://github.com/allegroai/trains-server/releases/tag/0.15.1 / https://github.com/allegroai/trains-agent/releases/tag/0.15.1 0.15.1 are out ๐ŸŽ‰
This is mostly a bug fix release, fixing a few issues with matplotlib presentation, Tags , Task-Types etc. Full release notes in the links above.
The real news is Slack Integration ๐Ÿš€
Check out the new https://github.com/allegroai/trains/tree/master/examples/services/monitoring
We are looking for ideas on how to improve it, and make it more usable.
We will open a dedicatedย issue on GitHub for all your feedback !
As always feel free to PR and may Trains take you where you need to be ๐Ÿ˜„

  
  
Posted 3 years ago
Votes Newest

Answers 9


we've already restarted everything, so I don't have any logs on hands right now. I'll let you know if we face any problems ๐Ÿ˜ƒ slack bot works though! ๐ŸŽ‰

  
  
Posted 3 years ago

Very good job! One note: in this version of the web-server, the experiments logo types are all blank, what was the reason to change them? Having a color code in the logos helps a lot to quickly check the nature of the different experiments tasks, isnt it?

  
  
Posted 3 years ago

python3 slack_alerts.py --channel trains-alerts --slack_api "OUR_KEY" --include_completed_experiments --include_manual_experiments

  
  
Posted 3 years ago

new icons are slick, it would be even better if you could upload custom icons for the different projects

  
  
Posted 3 years ago

Yey! BTW: what the setup you are running it with ? does it include "manual" tasks? Do you also report on completed experiments (not just failed ones)? Do you filter by iteration numbers?

  
  
Posted 3 years ago

DilapidatedDucks58

all our workers went down after starting the slack bot, is it expected?)

Oh dear... I can;t see any connection... What is the last log you have there?

  
  
Posted 3 years ago

all our workers went down after starting the slack bot, is it expected?)

  
  
Posted 3 years ago

we are working on the medical projects, so probably images of the different body parts ๐Ÿ˜ƒ

  
  
Posted 3 years ago

DilapidatedDucks58 You might be able to, check the links, they might be embedded into the docker, so you can map diff png file from the host ๐Ÿ˜›
BTW: what would you change the icons to?

  
  
Posted 3 years ago