Rihards Krišlauks

Results 12 issues of Rihards Krišlauks

I noticed that some of the results reported in the WMT 2014 EN-DE table are obtained by models trained on data from newer WMT datasets (but they report results on...

# Description `pypi2nix` fails to find `requirements.txt`, when trying to generate expressions for `mautrix-hangouts`, yet `pip` has no problems installing it -- `pip install mautrix-hangouts` works just fine. ```bash ❯...

Here's a part of the trace from `nix-build`: ``` error: infinite recursion encountered at /nix/store/dcmazdpj0zf3s9rd40d6vmhxhs6gv8dl-source/pkgs/stdenv/generic/make-derivation.nix:311:7: 310| depsBuildBuild = lib.elemAt (lib.elemAt dependencies 0) 0; 311| nativeBuildInputs = lib.elemAt (lib.elemAt dependencies 0)...

### Description This PR implements self-adaptive translation, a.k.a. runtime domain adaptation, in Marian. It enables training the model on a set of _context_ sentence pairs (source and target) prior to...

### Bug description After updating to `libcublas10` version `10.2.3.254-1`, Marian can no longer locate `libcublas.so.10` on it's own: ``` $ ldd marian-decoder linux-vdso.so.1 (0x00007fffab1f4000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f73a6071000) libdl.so.2 =>...

bug

I've made an attempt to fix alignment printing in `marian-adaptive`. Here's what i came up with - https://github.com/tilde-nlp/marian-dev/tree/adaptive-fix-alignments. @snukky, could you take a look? The problem was that, when `alignment:...

enhancement

#### Description :octocat: There's a bug in `spacemacs//lsp-avy-document-symbol` which makes it fail for some language servers. As a result, the `lsp-avy-goto-word` and `lsp-avy-goto-symbol` functions don't work for those language servers....

Bug :-(

#### Description :octocat: Some of the dap layer keybindings – ones related to inspection – don't work. This happens at least for Rust code, I haven't tested anything else. The...

stale

Not exactly a bug, but probably an oversight? Sampling with [mcmcP](https://github.com/tweag/monad-bayes/blob/371d05cfd002a1916d80c1ff092b2c5b6e275adf/src/Control/Monad/Bayes/Inference/MCMC.hs#L53C1-L53C1) produces samples wrapped in `MHResult`, but I can't access anything because `MHResult` (and `Trace` that's contained within) is defined...

Judging by the date, d79d52322aabe4e21569ce0305fa22a5b0c9109a should have included `mautrix 0.20.0` (released at June 25) but it doesn't – the deps db goes up only to version 0.19.0. There's a wheel...