wenfan-wenfan
wenfan-wenfan
> You should also change > > https://github.com/cszn/DPSR/blob/2ec93c7178f8b03a7a3390f058acd8d7a849b0a6/models/network_srresnet.py#L13 I'm sorry to disturb you again. Today, I changed “class SRResNet (nn.Module): ” in network_srresnet.py to network_dpsr.py as you suggested, but I...
This may be due to a keras version mismatch, which I have also experienced. You can solve the problem in this way: " pip install keras==2.2.4 " ;
@IlyaMichlin @herosunly @fzyzcjy This may be due to a keras version mismatch, which I have also experienced. You can solve the problem in this way: " pip install keras==2.2.4 "...