MCPcopy
hub / github.com/tensorflow/models / main

Function main

official/legacy/image_classification/classifier_trainer.py:443–446  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

441
442
443def main(_):
444 stats = run(flags.FLAGS)
445 if stats:
446 logging.info('Run stats:\n%s', stats)
447
448
449if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

infoMethod · 0.80
runFunction · 0.70

Tested by

no test coverage detected