Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 8c4e5bf

Browse files
committed
Use -S
1 parent e23cdaa commit 8c4e5bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_options():
5858
type='int',
5959
default=config.train['window_size'])
6060

61-
parser.add_option('-z', '--stride-size',
61+
parser.add_option('-S', '--stride-size',
6262
dest='stride_size',
6363
type='int',
6464
default=config.train['stride_size'])

0 commit comments

Comments
 (0)