diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:01:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-15 05:01:09 +0200 |
| commit | 9d2058a49356ff91cd9da62acf77d8a41f87bd27 (patch) | |
| tree | 55d0193ef3ccd387895297809862316b4a33b7bc /options | |
| parent | ce78e450188cd3771acc0d64697d5fc038c28162 (diff) | |
testy
Diffstat (limited to 'options')
| -rw-r--r-- | options/test_options.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/test_options.py b/options/test_options.py index 4fcd920..3c43fed 100644 --- a/options/test_options.py +++ b/options/test_options.py @@ -12,5 +12,5 @@ class TestOptions(BaseOptions): self.parser.add_argument('--phase', type=str, default='test', help='train, val, test, etc') self.parser.add_argument('--which_epoch', type=str, default='latest', help='which epoch to load? set to latest to use latest cached model') self.parser.add_argument('--how_many', type=int, default=50, help='how many test images to run') - # self.parser.add_argument('--mov-file', type=str, default='video.mp4', help='filename of movie to export') + self.parser.add_argument('--mov-file', type=str, default='video.mp4', help='filename of movie to export') self.isTrain = False |
