prajdabre / yanmtt

Yet Another Neural Machine Translation Toolkit
MIT License
174 stars 32 forks source link

Binary executables for all python scripts #45

Open prajdabre opened 2 years ago

prajdabre commented 2 years ago

Currently, if you want to run a command it has to be "python [script] [arguments]". Someone told me that it would be cooler if people could do the same via a binary, like fairseq does (think fairseq-train or fairseq-preprocess). So if any of you brave souls wants to contribute to this then feel free.