Adding in the trained models for the first android app.

This commit is contained in:
Lucas Oskorep
2019-04-14 20:12:36 -05:00
parent 97a30b0f48
commit ad79e7a2ed
6 changed files with 84 additions and 1051 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from tensorflow.contrib.keras.api import keras
from tensorflow.contrib import lite
keras_file = "weights.mobilenet.non-transfer.best.hdf5"
keras_file = "InceptionV3Full.hdf5"
keras.models.load_model(keras_file)
h5_model = keras.models.load_model(keras_file)