Juan-Ting Lin

Results 7 comments of Juan-Ting Lin

It seemed that I can't not reproduce the problem you encountered. Can you use pdb or ipdb to break at model.py line 341 and check what's inside variable "output"?

I have mentioned in README.md. If you want to go through the complete training process, you need to train SRResnet first and then use it as the pre-trained weight for...

I think the reason is that I assumed there would be only gray scale and color image. Therefore, I simply check whether the last dimension is 3 or not. Can...

Maybe I can add it into SRGAN later. Still busy now@@

Hi @Jean332 , I did not try my model on many different formats. I simply convert my training data to PNG by using imagemagick on Ubuntu 16.04 XD There are...

Hi, @nickhdfan If you use batch_size 48 and result in same batch / sec rate as batch_size 32, you are actually 1.5X faster because your network can process (48 images...

You need to make sure the path is correct and you do have the corresponding checkpoints in the corresponding path. If it still happens, you can pdb at the restoring...