Brucewuzhang
Brucewuzhang
old version will cause 'int' + ‘str' error and is not what mosesdecoder actually does.
'int' + 'str' error in moses truecaser, I just sent you a pull request to fix this bug.
### Description I implemented a custom translation decoding algorithm using transformer. But I encounter a problem when I want to export my model. Is it possible to pass some python...
Thanks for sharing the excellent source code. I am confused about the vector half function: ``` def downsample_vectors(vecs1): a, b, c = vecs1.shape half = np.empty((a, b // 2, c),...
Hi, thanks for your great work. I found that the number of total tokens reported in the paper (which is around 2T) is far less than the reported further training...