diff --git a/super_resolution/model.py b/super_resolution/model.py index 41446a856b..4e28ba3063 100644 --- a/super_resolution/model.py +++ b/super_resolution/model.py @@ -1,9 +1,6 @@ import torch import torch.nn as nn import torch.nn.init as init -from numpy.random import normal -from numpy.linalg import svd -from math import sqrt class Net(nn.Module):