Skip to content

Commit

Permalink
[Doc] update docstring of RDN (#1326)
Browse files Browse the repository at this point in the history
* update docstring of RDN

* Update rdn.py

* fix-lint
  • Loading branch information
zengyh1900 authored Oct 18, 2022
1 parent 08424a7 commit 6ba09bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mmedit/models/backbones/sr_backbones/rdn.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ class RDN(nn.Module):
'RDN-pytorch/blob/master/models.py'
Copyright (c) 2021, JaeYun Yeo, under MIT License.
Most of the implementation follows the implementation in:
'https://github.com/sanghyun-son/EDSR-PyTorch.git'
'EDSR-PyTorch/blob/master/src/model/rdn.py'
Copyright (c) 2017, sanghyun-son, under MIT license.
Args:
in_channels (int): Channel number of inputs.
out_channels (int): Channel number of outputs.
Expand Down

0 comments on commit 6ba09bd

Please sign in to comment.