Rihards Krišlauks

Results 14 comments of Rihards Krišlauks

I was trying to figure this out a while back. IMO, it would be very useful if the readme at least contained a short mention of how to do it....

@erikjohnston i'm still facing the issue, yes. On Synapse 1.48.

@snukky I think I've implemented all the requested changes. I've also added a test using a transformer model to https://github.com/marian-nmt/marian-regression-tests/pull/81 CI is failing but that seems to note be related...

@snukky i had run the regression tests previously but reran them again. This time there were some 40 failing tests. I checked some of the logs and it seems that...

@stanBienaives you should be able to use the regular training options for that – use, e.g., `--after-epochs` to set the amount of times that the training must go through a...

Setting `LD_LIBRARY_PATH` actually doesn't help when running cmake (which makes sense). Currently, I'm unable to build Marian with the updated `libcublas10` library. Is there a way to show cmake where...

@emjotde i'm trying out the `types` branch. `--fp16` doesn't work when `--guided-alignment` is set. Seems to work fine without it though.

I agree. I'm currently trying to understand what's going on in the paper by cross-referencing it to the implementation in this repo and it's been very difficult to make sense...

Can confirm. Had a very similar issue (save for the switching ttys bit) and setting `modeset=0` for `nvidia_drm` solved it. Might be a good idea to place this in a...

I just ran into this with ```haskell data ModelOutputOpts = OutputSamples FilePath | OutputPlot FilePath | OutputBoth FilePath FilePath modelOutputParser :: Parser ModelOutputOpts modelOutputParser = OutputBoth sampleOptionHelp plotOptionHelp OutputSamples sampleOption...