Guillaume Lample
Guillaume Lample
I think a clone_list is missing. It gives different results without it (even if it is probably insignificant).
It looks like we can only get int / double variables with getGameVariable. How can I do to get game variables that are global arrays? That would be very useful.
I have a file that contains 1M times the following line (and nothing else): ` \test{bla} thisisatest ` I learn a tokenizer on it with: ``` from tokenizers import ByteLevelBPETokenizer...
Hello, very nice work, and thank you for sharing the source. I was looking at the PyTorch implementation and I was wondering how you are able to make the multi-GPU...