glenn-boudaer1990
Results
1
issues of
glenn-boudaer1990
#### Issue Description I have created and trained a TensorFlow Keras model in Python and saved it as _trained_model.h5:_ ``` model = tf.keras.Sequential([hub.KerasLayer("https://tfhub.dev/google/tf2-preview/mobilenet_v2/feature_vector/4", output_shape = [1280], trainable = False), tf.keras.layers.Dropout(0.4),...
DL4J Keras