MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / main

Function main

tensorflow/examples/tf2_showcase/mnist.py:254–258  ·  view source on GitHub ↗
(_)

Source from the content-addressed store, hash-verified

252
253
254def main(_):
255 apply_clean(flags.FLAGS)
256 train_and_export(flags.FLAGS)
257 # TODO(brianklee): Enable this functionality after @allenl implements this.
258 # import_and_eval(flags.FLAGS)
259
260
261if __name__ == '__main__':

Callers

nothing calls this directly

Calls 2

apply_cleanFunction · 0.85
train_and_exportFunction · 0.85

Tested by

no test coverage detected