Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
Real-ESRGAN
Commits
d0496926
Commit
d0496926
authored
Sep 25, 2022
by
boomb0om
Browse files
Rename files
parent
10f8b0c4
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
RealESRGAN/arch_utils.py
RealESRGAN/arch_utils.py
+0
-0
RealESRGAN/model.py
RealESRGAN/model.py
+1
-1
RealESRGAN/rrdbnet_arch.py
RealESRGAN/rrdbnet_arch.py
+1
-1
RealESRGAN/utils.py
RealESRGAN/utils.py
+0
-0
No files found.
RealESRGAN/arch_util.py
→
RealESRGAN/arch_util
s
.py
View file @
d0496926
File moved
RealESRGAN/
realesrgan
.py
→
RealESRGAN/
model
.py
View file @
d0496926
...
...
@@ -5,7 +5,7 @@ import numpy as np
import
cv2
from
rrdbnet_arch
import
RRDBNet
from
utils
_sr
import
*
from
utils
import
*
class
RealESRGAN
:
...
...
RealESRGAN/rrdbnet_arch.py
View file @
d0496926
...
...
@@ -2,7 +2,7 @@ import torch
from
torch
import
nn
as
nn
from
torch.nn
import
functional
as
F
from
arch_util
import
default_init_weights
,
make_layer
,
pixel_unshuffle
from
arch_util
s
import
default_init_weights
,
make_layer
,
pixel_unshuffle
class
ResidualDenseBlock
(
nn
.
Module
):
...
...
RealESRGAN/utils
_sr
.py
→
RealESRGAN/utils.py
View file @
d0496926
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment