erdog

Results 6 comments of erdog

I just found that the cause is probably due to the docker-java dependency being very old.

Full stack trace `Traceback (most recent call last): File "video_to_zsm.py", line 131, in main() File "video_to_zsm.py", line 110, in main output = single_forward(model, imgs_in) File "video_to_zsm.py", line 89, in single_forward...

Thanks for fast response. I did try that. I tried 3 and 5, same issue. What is the variable N_in used for? It doesnt appear to be used.

Using --N_out 3: `Traceback (most recent call last): File "video_to_zsm.py", line 131, in main() File "video_to_zsm.py", line 110, in main output = single_forward(model, imgs_in) File "video_to_zsm.py", line 89, in single_forward...

Thanks. I'll try that.

Commenting out line `out = self.lrelu(self.pixel_shuffle(self.upconv2(out)))` in Sakuya_arch.py, and using N_out=3 allows a few new frames to be created before running out of memory.