Skip to content

Commit

Permalink
Add line break before first list of supported ESRGAN models
Browse files Browse the repository at this point in the history
This fixes the Sphinx docs builder to recognize it as a list and render it as a list with bulletpoints instead of all bugged up and as a single line.
  • Loading branch information
rlaphoenix committed May 7, 2023
1 parent faca450 commit aaedacf
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 @@ -21,6 +21,7 @@ class ESRGAN(BaseArch):
and Chen Change Loy.
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
Expand Down

0 comments on commit aaedacf

Please sign in to comment.