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
I Want To Upgrade To The Latest Trains 0.15.1, So I Followed The Instructions Under "Upgrading" Here:

I want to upgrade to the latest TRAINS 0.15.1, so I followed the instructions under "Upgrading" here:
https://allegro.ai/docs/deploying_trains/trains_server_linux_mac/

Basically I ran the following commands:
docker-compose -f docker-compose.yml down sudo curl -o /opt/trains/docker-compose.yml docker-compose -f /opt/trains/docker-compose.yml pull docker-compose -f /opt/trains/docker-compose.yml up -d
However, visiting TRAINS webinterface, I still get the message "A newer version of trains-server ( 0.15.1) is available. https://github.com/allegroai/trains-server/releases/tag/0.15.1 "
Is there a command I'm missing?

System: Ubuntu 18.04

  
  
Posted 3 years ago
Votes Newest

Answers 11


👍

Have a great weekend 🙂

  
  
Posted 3 years ago

Hmm, after connecting with the VPN again and using ctrl + F5, there is no complaint anymore. Although a colleague uploaded a Seaborn plot, but it's still not showing up, which I thought was fixed in the new version?
The plots page is pure white of that experiment, and not the usual "No chart data" if no plot was uploaded.

  
  
Posted 3 years ago

After a while I get the message:

New version available
Click the reload button below to reload the web page

I click the "RELOAD" button and the "newer version" message disappear. However, some plots still don't show up (fixed in 0.15.1). If I refresh the TRAINS webinterface, the "newer version" message appears again.

  
  
Posted 3 years ago

TimelyPenguin76 The colleague is actually a her, but she replied that how it's looking now is correct? We're actually both already passed our work time (weekend :D), so we'll take a look at it after the weekend. If there is still something wrong, I'll get back to you. Thanks for offering help though :)

  
  
Posted 3 years ago

Hi DefeatedCrab47

You can check the running version in the profile page (top left).

About the Seaborn plots, do you get any errors if you inspect this page? Can you see any plots in full view?

  
  
Posted 3 years ago

Is there anyway how I can figure out in the webinterface what version of Trains is actually running?

  
  
Posted 3 years ago

Hi DefeatedCrab47 , did you reload with cntl + F5? is not, can you try and update me?

  
  
Posted 3 years ago

Thank you 😉

  
  
Posted 3 years ago

trains ( 0.15.1-367 ) appears to be the version, same as you. Thank you. Appears Trains is up to date.

Apparently there should be 6 of them:

  
  
Posted 3 years ago

It's my colleague's experiment (with scikit-learn), so I'm not sure about the details.

  
  
Posted 3 years ago

DefeatedCrab47 can you ask him for a code snippet do I'll try to reproduce it in my side?
Can he try running our example and check the plots? (attaching my run?
https://demoapp.trains.allegro.ai/projects/bb21d73db5634e6d837724366397b6e2/experiments/844586a1a4f34f64b86aeddd115f2a7f/output/metrics/plots

  
  
Posted 3 years ago