dyelax / Adversarial_Video_Generation

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

Not up-to-date with TF #12

Closed stalgiag closed 7 years ago

stalgiag commented 7 years ago

I get the error: 'module' object has no attribute 'SummaryWriter' which I found out is due to a deprecation in the code. I recommend changing these lines or updating the FAQ to suggest a specific version of TensorFlow.

Thanks for your work! Hopefully I can get it up and running.

dyelax commented 7 years ago

Hey, yep currently this code only works with TF 0.12. I'll be updating it soon though! Thanks for the heads up

Sent from my iPhone

On May 16, 2017, at 12:13 AM, Stalgia Grigg notifications@github.com wrote:

I get the error: 'module' object has no attribute 'SummaryWriter' which I found out is due to a deprecation in the code. I recommend changing these lines or updating the FAQ to suggest a specific version of TensorFlow.

Thanks for your work! Hopefully I can get it up and running.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

stalgiag commented 7 years ago

Thanks for the quick reply! I'll go back to 0.12 in the meantime.