Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
443
def
main(_):
444
stats = run(flags.FLAGS)
445
if
stats:
446
logging.info(
'Run stats:\n%s'
, stats)
447
448
449
if
__name__ ==
'__main__'
:
Callers
nothing calls this directly
Calls
2
info
Method · 0.80
run
Function · 0.70
Tested by
no test coverage detected