Skip to content

Commit

Permalink
Update MSRN
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Nov 21, 2018
1 parent d11b2c3 commit 49af38d
Show file tree
Hide file tree
Showing 12 changed files with 6,909 additions and 958 deletions.
Binary file modified MSRN/MSRN_2x-0000.params
Binary file not shown.
1,161 changes: 488 additions & 673 deletions MSRN/MSRN_2x-symbol.json

Large diffs are not rendered by default.

Binary file added MSRN/MSRN_2x_old-0000.params
Binary file not shown.
2,145 changes: 2,145 additions & 0 deletions MSRN/MSRN_2x_old-symbol.json

Large diffs are not rendered by default.

Binary file modified MSRN/MSRN_3x-0000.params
Binary file not shown.
758 changes: 475 additions & 283 deletions MSRN/MSRN_3x-symbol.json

Large diffs are not rendered by default.

Binary file added MSRN/MSRN_3x_old-0000.params
Binary file not shown.
1,768 changes: 1,768 additions & 0 deletions MSRN/MSRN_3x_old-symbol.json

Large diffs are not rendered by default.

Binary file added MSRN/MSRN_4x-0000.params
Binary file not shown.
2,020 changes: 2,020 additions & 0 deletions MSRN/MSRN_4x-symbol.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion MSRN/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Converted from **official** [MIVRC/MSRN-PyTorch](https://github.com/MIVRC/MSRN-PyTorch/tree/c015fb32fe67c0330240535741adf706dde82dd5).
Converted from **official** [MIVRC/MSRN-PyTorch](https://github.com/MIVRC/MSRN-PyTorch/tree/3951f331b93c2328207bbf681a68a072814b48c4).

---

Expand Down
13 changes: 12 additions & 1 deletion MSRN/info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
**Note**: Pre-processing has been included in the model's definition (The range of input and output has been set to 1).

```python
# MSRN_2x
sr_args = dict(up_scale=2, is_rgb_model=False, pad=None, crop=None, pre_upscale=False, upscale_uv=False)
sr_args = dict(up_scale=2, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_3x
sr_args = dict(up_scale=3, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_4x
sr_args = dict(up_scale=4, is_rgb_model=True, pad=None, crop=None, pre_upscale=False)

# MSRN_2x_old
sr_args = dict(up_scale=2, is_rgb_model=False, pad=None, crop=None, pre_upscale=False, upscale_uv=False)

# MSRN_3x_old
sr_args = dict(up_scale=3, is_rgb_model=False, pad=None, crop=None, pre_upscale=False, upscale_uv=False)
```

0 comments on commit 49af38d

Please sign in to comment.