dorost1234

Results 2 comments of dorost1234

could you please also explain these lines of init: ``` while "." in localname: prefix, localname = localname.split(".", 1) base = base.__getattr__(prefix) self.name_base_localname.append((name, base, localname)) for name, base, localname in...

Hi I am getting the same error when trying with translation codebase here https://github.com/pytorch/fairseq/tree/main/examples/translation running this command: ``` TEXT=examples/translation/iwslt14.tokenized.de-en fairseq-preprocess --source-lang de --target-lang en \ --trainpref $TEXT/train --validpref $TEXT/valid --testpref...