google / evojax

Apache License 2.0
826 stars 78 forks source link

How to design custom Seq2seq model by evojax? #74

Open jinyilun718 opened 11 months ago

jinyilun718 commented 11 months ago

Dear developer: i am developing a large seq2seq model through evojax. However, i found it is inflexible to develop my custom model with custom vocabulary based on the example seq2seq, which means i need to revise the source code, not import functions or revise parameters. I would appreciate it if you could give me some guidance. By the way, thanks for your awesome work.