kefirski / pytorch_RVAE

Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
MIT License
357 stars 87 forks source link

Scaling of CE loss #3

Closed SeanNaren closed 7 years ago

SeanNaren commented 7 years ago

Hey! Was wondering why the CE loss is multiplied by the value 79 here. Is there any intuition behind this?

Thanks for your work :)

kefirski commented 7 years ago

Hi!

Here I have answered on this question

https://github.com/analvikingur/pytorch_RVAE/issues/2

SeanNaren commented 7 years ago

Thanks @analvikingur!

kefirski commented 7 years ago

You are welcome