Open dmitrySorokin opened 2 years ago
Hi @dmitrySorokin,
Thanks for spotting it. Technically we should plot the output of the receiver when the sender generated an EOS (index 0 in EGG) if any, otherwise the last output/image. Feel free to open a PR on this.
Thanks!
Ok, I'll do it soon
Plot function doesn't work for
receiver_rnn
cause it returns n images wheren == len(tokens)
Steps to Reproduce
EGG walkthrough with a MNIST autoencoder
untill cell # 26Possible Implementation
Taking last image in
plot
would help