MCPcopy Create free account
hub / github.com/Physical-Intelligence/openpi / main

Function main

scripts/train_pytorch.py:625–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

623
624
625def main():
626 init_logging()
627 config = _config.cli()
628 train_loop(config)
629
630
631if __name__ == "__main__":

Callers 1

train_pytorch.pyFile · 0.70

Calls 2

train_loopFunction · 0.85
init_loggingFunction · 0.70

Tested by

no test coverage detected