Adding in the trained models for the first android app.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user