dyelax / Adversarial_Video_Generation

A TensorFlow Implementation of "Deep Multi-Scale Video Prediction Beyond Mean Square Error" by Mathieu, Couprie & LeCun.
MIT License
734 stars 184 forks source link

Some problem about gdl_loss #20

Closed nbei closed 7 years ago

nbei commented 7 years ago

Hi,

Having read your code, I have some questions about your gdl_loss. In your implementation, it seems that you lost an inner abs ops which is different from the original equation. However, I have seen your result that performs well and I am just curious about that element's influence.

Thanks,

nbei commented 7 years ago

Sorry, I am so careless and I know my fault.