Helsinki-NLP / Opus-MT

Open neural machine translation models and web services
MIT License
592 stars 71 forks source link

Understanding model architecture #17

Closed sshleifer closed 4 years ago

sshleifer commented 4 years ago

I was reading a bit about this project in order to determine the feasibility of porting these models to pytorch.

Is there a place I could read the modeling code/forward pass to see how the weights in the npz files are used? I got one from here

More general advice on what to read/understand is also appreciated. Thanks in advance!

sshleifer commented 4 years ago

Ah it's in the marian repo!