diff --git a/keras_export/save_application_examples.py b/keras_export/save_application_examples.py index 0e4f23eb..75274f5a 100755 --- a/keras_export/save_application_examples.py +++ b/keras_export/save_application_examples.py @@ -2,9 +2,10 @@ """Save application models mentioned in Keras documentation """ -import convert_model import tensorflow as tf +import convert_model + __author__ = "Tobias Hermann" __copyright__ = "Copyright 2017, Tobias Hermann" __license__ = "MIT"