Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created May 2, 2018 16:25
Embed
What would you like to do?
from keras.applications import InceptionV3
from sparkdl.udf.keras_image_model import registerKerasImageUDF
registerKerasImageUDF("inceptionV3_udf", InceptionV3(weights="imagenet"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment