TrystAI / restorers

Restorers provide out-of-the-box TensorFlow implementations of SoTA image and video restoration models for tasks such as low-light enhancement, denoising, deblurring, super-resolution, etc.
https://wandb.me/low-light
37 stars 0 forks source link

docs: Fill in missing Doctrings for models #61

Closed soumik12345 closed 1 year ago

soumik12345 commented 1 year ago

Action Items

Samarendra109 commented 1 year ago

UpScale is just a convenience class that I had added. It uses pixelshuffle only. The authors of the original paper has used pytorch sequential module instead. I don't think we need to add reference for that block.