CUNY-CL / yoyodyne

Small-vocabulary sequence-to-sequence generation with optional feature conditioning
Apache License 2.0
25 stars 15 forks source link

Make expert inherit vocabulary from dataset #191

Open bonham79 opened 3 weeks ago

bonham79 commented 3 weeks ago

Seen in https://github.com/CUNY-CL/yoyodyne/pull/140 , current setup for expert needing to learn vocab separate from dataloader is silly and inconsistent with other modules. Should change so the expert uses the vocab index like everything else.