SRGAN-tensorflow
SRGAN-tensorflow copied to clipboard
can't find varibles in checkpoint
I want to add some units in task SRGAN and those units contain new varibles both in generator and discriminator,when I trained SRGAN with the pre_trained model which is task SRResnet and doesn't contain the new units,the error told me can't find the varibles in checkpoint ,how can i handle this problems?thx~~