Skip to content

Commit d315130

Browse files
committed
Update run.py
1 parent 831481f commit d315130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import numpy as np
1313

1414
# Training settings
15-
parser = argparse.ArgumentParser(description='PyTorch Super Res Example')
15+
parser = argparse.ArgumentParser(description='VDSR PyTorch')
1616
parser.add_argument('--input_image', type=str,
1717
required=True, help='input image to use')
1818
parser.add_argument('--model', type=str, required=True,

0 commit comments

Comments
 (0)