MCPcopy Create free account
hub / github.com/Relento/lego_release / initialize

Method initialize

train_kp.py:105–109  ·  view source on GitHub ↗
(self, parser)

Source from the content-addressed store, hash-verified

103 """
104
105 def initialize(self, parser):
106 parser = TrainOptions.initialize(self, parser)
107 parser.add_argument('--local_rank', type=int, required=True)
108 parser.add_argument('--use_ddp', action='store_true')
109 return parser
110
111
112def main():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected