ufal / neuralmonkey

An open-source tool for sequence learning in NLP built on TensorFlow.
BSD 3-Clause "New" or "Revised" License
410 stars 102 forks source link

Three wmt18-related changes in one #740

Closed jindrahelcl closed 6 years ago

jindrahelcl commented 6 years ago
  1. All objectives are logged to tensorboard. This may generate duplicate tables in TB, but it's handy if you have more objectives.
  2. imagenet features script has been updated
  3. default loading priority has been changed to:
  4. variables.data.avg-0
  5. variables.data.avg
  6. $(cat variables.data.best)

@jlibovicky should comment on why there are two flavours of the averaged file so we could reconsider this.

Note that loading from variables.data in case of a single checkpoint is more or less guaranteed because the file name should appear in the *.best file.