Commit d0496926 authored by boomb0om's avatar boomb0om
Browse files

Rename files

parent 10f8b0c4
...@@ -5,7 +5,7 @@ import numpy as np ...@@ -5,7 +5,7 @@ import numpy as np
import cv2 import cv2
from rrdbnet_arch import RRDBNet from rrdbnet_arch import RRDBNet
from utils_sr import * from utils import *
class RealESRGAN: class RealESRGAN:
......
...@@ -2,7 +2,7 @@ import torch ...@@ -2,7 +2,7 @@ import torch
from torch import nn as nn from torch import nn as nn
from torch.nn import functional as F from torch.nn import functional as F
from arch_util import default_init_weights, make_layer, pixel_unshuffle from arch_utils import default_init_weights, make_layer, pixel_unshuffle
class ResidualDenseBlock(nn.Module): class ResidualDenseBlock(nn.Module):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment