"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "504f2550d5a85d55811ffb89dc1eaea208fac5ba"
Unverified Commit 443461cc authored by Hongjun Choi's avatar Hongjun Choi Committed by GitHub
Browse files

Merged commit includes the following changes: (#7325)

260622966  by A. Unique TensorFlower<gardener@tensorflow.org>:

    Add absl_app import.

--

PiperOrigin-RevId: 260622966
parent aad41340
...@@ -26,6 +26,7 @@ import json ...@@ -26,6 +26,7 @@ import json
import os import os
# pylint: disable=g-bad-import-order # pylint: disable=g-bad-import-order
from absl import app as absl_app
from absl import flags from absl import flags
from absl import logging from absl import logging
import tensorflow as tf import tensorflow as tf
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment