Yuri Stiopin
Yuri Stiopin
I got basic setup of training tokenizer(on a subset of corpus), TokenDataset of a big corpus and training I run out of RAM while creating TokenDataset(I got 30gb ram on...
For japanese, cyrillic and I'm pretty sure for almost all non latin characters ``` val lang = JLang() .item(Identifier("krp", "magma_helmet"), "私は自分自身をたわごと") ResourcePack.addLang(Identifier("krp:ru_ru"), lang) ``` game will show ????? instead of...
This repo is good example of implementation, but this implementation is focused on two inputs and one output.
https://github.com/PrismarineJS/node-minecraft-wrap/blob/39941e7e4db5fac4427083ed57288fb05591cb56/lib/wrap_client.js#L136 Java libraries for -cp arguments should be joined with ";" for windows
https://github.com/PrismarineJS/node-minecraft-wrap/blob/39941e7e4db5fac4427083ed57288fb05591cb56/lib/launcher_download.js#L86 Need to replace this with `https`. 1.19.4 fails to download assets files otherwise Example of bad request: http://resources.download.minecraft.net/cc/ccd7a059aeb60357337dfcc69b9434a977e5e9a8
It would be nice to emit events when entities actually change, for example after setting `manager.update.matchGame(...)` i need to manually compare match before and after to detect if it has...