gau820827 / AI-writer_Data2Doc

PyTorch Implementation of NBA game summary generator.
Apache License 2.0
83 stars 22 forks source link

decoder doesn't support local and global encoders for ENCODER_STYLE = RNN #22

Closed mgupta1410 closed 6 years ago

mgupta1410 commented 6 years ago

The decoder for ENCODER_STYLE = RNN does not support the newly added local and global encoders in train.py.

mgupta1410 commented 6 years ago

Are the local and global embedding supposed to be concatenated before being inputted to the decoder?

gau820827 commented 6 years ago

Thanks for opening the issue. We've fixed the model part in this releasing.