MCPcopy Create free account
hub / github.com/albertpumarola/GANimation / initialize

Method initialize

options/test_options.py:5–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3
4class TestOptions(BaseOptions):
5 def initialize(self):
6 BaseOptions.initialize(self)
7 self._parser.add_argument('--input_path', type=str, help='path to image')
8 self._parser.add_argument('--output_dir', type=str, default='./output', help='output path')
9 self.is_train = False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected