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

Method __init__

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

Source from the content-addressed store, hash-verified

5
6class BaseOptions():
7 def __init__(self):
8 self._parser = argparse.ArgumentParser()
9 self._initialized = False
10
11 def initialize(self):
12 self._parser.add_argument('--data_dir', type=str, help='path to dataset')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected