An implementation of SRGAN model in Keras
Stars
283
Forks
84
Watchers
283
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
82
commits
Remove second Leaky Relu after BN in residual blocks from generator
fde5f80View on GitHubFix bug in keras 1.2.1 (TypeError standardize_input_data got an unexpected keyword)
c30bb03View on GitHubNormalization now applies tanh scaling when mode='gan' [0, 255] -> [-1, 1]
71cae59View on GitHubUpdate regularizers losses to new method for keras 1.2.0
c0f98c5View on GitHubUpdated regularizers to support Keras master changes to regularizers
de0fedaView on GitHubMerge branch 'dev' of https://github.com/titu1994/Super-Resolution-using-Generative-Adversarial-Networks
ea2d8b6View on GitHub