Eugene Siow commited on
Commit
3178329
1 Parent(s): d5624a0

Add replace DRLN with MSRN.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ torch.hub.download_url_to_file('http://people.rennes.inria.fr/Aline.Roumy/result
66
  'bird.bmp')
67
 
68
  # models = ['EDSR-base', 'DRLN', 'EDSR', 'MDSR', 'A2N', 'PAN', 'AWSRN-BAM', 'MSRN']
69
- models = ['EDSR-base', 'DRLN', 'A2N', 'PAN', 'AWSRN-BAM']
70
  scales = [2, 3, 4]
71
  for model_name in models:
72
  for scale in scales:
 
66
  'bird.bmp')
67
 
68
  # models = ['EDSR-base', 'DRLN', 'EDSR', 'MDSR', 'A2N', 'PAN', 'AWSRN-BAM', 'MSRN']
69
+ models = ['EDSR-base', 'A2N', 'PAN', 'AWSRN-BAM', 'MSRN']
70
  scales = [2, 3, 4]
71
  for model_name in models:
72
  for scale in scales: