CUNY-CL / yoyodyne

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

Improves model logging #106

Closed kylebgorman closed 1 year ago

kylebgorman commented 1 year ago

Instead of logging at lookup, logs at the end of class construction. Example:

Model: pointer-generator
Source encoder: LSTM
Features encoder: linear
Decoder: attentive LSTM

Closes #104.