Toms Bergmanis

Results 6 issues of Toms Bergmanis

Hi again, I tried to use: `class=dataset.load_dataset_from_files` and `class=dataset.from_files` but that also seems to be out of date as the previous issue I raised: ![capture](https://user-images.githubusercontent.com/3306933/53045171-da0b1e80-3484-11e9-9f8c-bf7433644379.PNG) Is there any up to...

support

Hi all, I just finished reading Sockey 3 paper. Nicely done, congratulations! Have you considered implementing guided alignments[1] in Sockeye 3? It is handy for formatted document translation, non-translatable entity...

Marian command line options include: ` --bert-mask-symbol TEXT=[MASK] Masking symbol for BERT masked-LM training` ` --bert-sep-symbol TEXT=[SEP] Sentence separator symbol for BERT next sentence prediction training` ` --bert-class-symbol TEXT=[CLS] Class...

enhancement

### Bug description Sockeye is training much faster than Marian. I run a 1 data epoch long training on a 4.7M training examples small data set with either framework. To...

bug

Hi! We finally have time to reopen [work on guided alignments for Sockeye 3](https://github.com/awslabs/sockeye/issues/1054) To recap: guided alignments are handy for formatted document translation, non-translatable entity and placeholder handling, and...

The documentation says that word weights can be real-valued. Real numbers can be negative. This is convenient because outputs of models one could use for scoring often output log-likelihoods, which...

bug