LoSealL / VideoSuperResolution

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.
MIT License
1.62k stars 296 forks source link

Loading specific paths for TecoGAN #71

Closed SandLeg closed 5 years ago

SandLeg commented 5 years ago

So I am trying to run eval.py on my TecoGAN model but there are two .pth files for every path. Whenever I try to load the gnet for example the dnet wont load. I have been trying to find a work around without changing the source code but nothing has worked so far.

LoSealL commented 5 years ago

If you'd like to specify a weight file to run for evaluation, you just need gnet, because dnet the discriminator won't be used at inference.

Or if you want to check the intermediate output with your trained weights, you can use --epoch=100 instead of using --pth=../Results/tecogan/save/gnet_epoch0100.pth