KAIR
KAIR copied to clipboard
How can I train USRGan and other tiny models?
Hey, thanks for contributing. Your work is awesome. I tried to find the USRGan and USR-tiny models training support, but didn't get any of these? Is there any support for this currently?
If you get familiar with KAIR, you can modify it to train your own model.
I tried to train USRGan, using
train_usrnet.json
and main_train_msrresnet_gan.py/main_train_msrresnet_psnr.py
. But it's showing, the above error. Look's like, the Discriminator net is not defined in json. What should I change?
I tried to train USRGan, using
train_usrnet.json
andmain_train_msrresnet_gan.py/main_train_msrresnet_psnr.py
. But it's showing, the above error. Look's like, the Discriminator net is not defined in json. What should I change?
I also want to run usrgan. Have you solved it?