SRGAN
SRGAN copied to clipboard
valueerror :no variables to optimize.
I am trying to modify the network,but there is something wrong,It shows that there are no variables to optimize.
please report your environment - tf , tl, python version
@zsdonghao I run my code on windows ,python3.5,tensorflow1.8,tensorlayer1.9。anython wrong?
I cannot found the reason, could you update TF and TL to the latest version and have a try again?
@zsdonghao the function name SRGAN_g shoud correspond with "SRGAN_g" in tf.variable_scope("SRGAN_g", reuse=reuse)
It works for me as the site indicates. sudo pip install tensorlayer == 1.8.0 sudo pip install tensorflow == 1.4.0