weixiong-ur / mdgan

official code of CVPR'18 paper "learning to generate time-lapse videos using multi-stage dynamic generative adversarial networks"
43 stars 7 forks source link

Question about your code #2

Open chenliangquan opened 5 years ago

chenliangquan commented 5 years ago

Dear weixiong,i have a problem when i run your code. (start new program! Tue Apr 23 20:57:42 2019 testset size: 16 Traceback (most recent call last): File "test.py", line 82, in valgt, = valid_iter.next() File "/home/clq/.conda/envs/tf/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 627, in next raise StopIteration StopIteration) And how can i deal with this error. Thank you!