Skip to content

Commit

Permalink
Add BSRGAN to list of supported models in ESRGAN
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaphoenix committed May 7, 2023
1 parent 6419927 commit 6d856d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsgan/archs/esrgan.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class ESRGAN(BaseArch):
Supports the following iterative architectures/degradation models:
- ESRGAN (old/new): https://arxiv.org/abs/1809.00219
- ESRGAN+: https://arxiv.org/abs/2001.08073
- BSRGAN: https://arxiv.org/abs/2103.14006
- Real-ESRGAN (v1 only): https://arxiv.org/abs/2107.10833
- A-ESRGAN: https://arxiv.org/abs/2112.10046
"""
Expand Down

0 comments on commit 6d856d1

Please sign in to comment.