"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "e75624bc4d72f6cfb6ac3e8839d1ce4a92ce5cfd"
Commit b903049a authored by David Chen's avatar David Chen Committed by A. Unique TensorFlower
Browse files

Internal change

PiperOrigin-RevId: 267063166
parent 9a88e415
...@@ -26,7 +26,7 @@ import json ...@@ -26,7 +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 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
...@@ -517,4 +517,4 @@ def main(_): ...@@ -517,4 +517,4 @@ def main(_):
if __name__ == "__main__": if __name__ == "__main__":
ncf_common.define_ncf_flags() ncf_common.define_ncf_flags()
absl_app.run(main) app.run(main)
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