tobran / DF-GAN

[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
Other
297 stars 67 forks source link

Using GRU instead of LSTM #30

Open AudityGhosh opened 1 year ago

AudityGhosh commented 1 year ago

If I want to use GRU as text encoder instead of LSTM, where should I make changes?

Thank you.