Jerin Philip
Jerin Philip
Linking https://github.com/browsermt/bergamot-translator/pull/226 as something related. Marian's logging is created by and referred to by string-names. I have attached these to the lifetime of `AsyncService`. So if you try to create...
``` Input string: Free software integrated with an open-source web browser, such as Mozilla Firefox, will enable bottom-up adoption by non-experts, resulting in cost savings for private and public sector...
Another mitigation for this is to configure such that we always get an EOS at target editing marian-dev source. Thus our strong assert in our pipeline that wordRanges and words...
In agreement that 1.2 was too low. However, I received segfault of 128 -> 256 at 2.0 WNGT after which I believe Estonian is a really verbose language (:D), was...
How about these: * https://stackoverflow.com/a/18850689/4565794 * https://en.cppreference.com/w/cpp/string/multibyte/mbrlen Seems to be able to answer how many bytes is a multibyte character in a given locale and is supported by standard. One...
Replacing `.function` with `.property` providing only a getter (no setter) is a potential way to go - https://emscripten.org/docs/api_reference/bind.h.html#_CPPv4NK6class_8propertyEPKcM9ClassType9FieldType. Experimenting with this for `alignments` at https://github.com/jerinphilip/bergamot-translator/commit/60e88b62a5939d45ed549077013316af70f00c86.
https://github.com/lerrel/gym-adv/tree/master/gym/monitoring His fork has the monitoring module, as you can see above. Use it.
`gym-adv` has modifications to the agent to take in different parameters, the paper discusses modifications so adversary can have superpowers, those features are implemented there I think. The algorithms are...
`envs` are in `gym-adv`.
`viz_results.py`, if I remember correctly.