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

模型测试问题 #21

Closed zhangtaochn closed 5 years ago

zhangtaochn commented 6 years ago

你好, 我在使用你的这个代码进行模型训练没有问题,可以正常的运行, 当我在训练结束,然后将其中的test设置为True,并添加了模型的路径进行数据测试的时候,就报错了, image DataLossError (see above for traceback): Unable to open table file ..\Save\Models\Default\model.ckpt: Data loss: not an sstable (bad magic number): perhaps your file is in a differen…… 请问这个问题应该如何解决呢, 另外一个问题是,生成的图片是不连续的,如何组合成为一个视频或者连续效果的GIF的呢