summaryrefslogtreecommitdiff
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/dataset_options.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/options/dataset_options.py b/options/dataset_options.py
index de1dd57..7ac5a8a 100644
--- a/options/dataset_options.py
+++ b/options/dataset_options.py
@@ -115,9 +115,9 @@ class DatasetOptions(BaseOptions):
)
self.parser.add_argument(
- '--sequence-offset',
+ '--seek_to',
type=int,
- default=0,
+ default=1,
help='initial offset into sequence'
)