Marcin Junczys-Dowmunt

Results 17 issues of Marcin Junczys-Dowmunt

It seems TER is by default computed in case-insensitive mode and there is no way to pass the option to the TER scorer?

Hi, Similar to the Tensorflow website, we want to put logos of companies or organizations using Marian in production on our website (while also starting to remodel the website). If...

question

Putting this here into an issue for later. Should push this tomorrow to fix the Jenkins issues. Gawd, that was horrible :) good FAQ item though. BUG are bugs in...

faq

A couple of ideas, up for discussion. 1. **[done]** Add option `--valid-reset-stalled` to reset stalled validation metrics. When validating we count how often a metric did not improve. When continuing...

enhancement
discussion

Maybe something like `--workspace max` or `--workspace auto`. This would need to run a full fake update and record total memory usage of parameters, adam histories etc. Then take what's...

enhancement

### Bug description `model.npz.progress.yml` contains validation results from the last validation step, but we call validation *after* saving, so we are always one step behind when saving and validation frequency...

bug

Empty line in batch breaks batch pruning in beam search. We remove finished batch entries during beam-search. This fails when an entry in the batch is empty.

There is a stand-alone verson of tensorboard that apparently just requires adaptations to logging: https://github.com/dmlc/tensorboard Similar idea for mxnet: https://github.com/apache/incubator-mxnet/issues/4003

enhancement
help wanted

Merge 8-bit support cleanly into current master. I admit I am lost in that code.

@snukky What exactly is the expected behavior of `--dump-config minimal` with a given config yaml given as `--config file.yaml` ? It seems to dump everything that's given. I would expect...