Rooders
Rooders
how much time for train a model in single 32G GPU and use the defult parameters? I feel it is very slow, in my GPU , it is spend 3.7...
Comparing with training of using corpus of 2M ch-en, when I use corpus of 940k ch-en to train model, what parameters should I use ?I have tried to use batch_size=25k,...
When I use context-level model to decoding and test, is parameter MODEL-PATH a folder that include all models or a model file that is one model? if it is former,when...
hello~ When I use this code to training a model, What format should be processed for the source corpus, the target corpus, the context corpus? are they tokenized and BPE?...
why report KeyError: "Unable to open object (object 'pt' doesn't exist)" when I use predict.py
Thanks for your great work, and I have some questions about the mapping of special tokens, like the separated token and the language symbol , I want to know the...
Thank you for this great work. I want to know if this toolkit supports other languages except English? like German, Chinese and so on.