from network import Net as net
model = net(num_channels=1, scale_factor=4, d=32, s=5, m=1)
print(model)
#model = torch.load(pretrained_model, map_location = torch.device('cpu'))
model.load_state_dict(torch.load(pretrained_model, map_location = torch.device('cpu'<