Skip to content

Instantly share code, notes, and snippets.

@FavioVazquez
Created May 2, 2018 16:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FavioVazquez/3a36edf25a289f4ee31cff1bf3857467 to your computer and use it in GitHub Desktop.
Save FavioVazquez/3a36edf25a289f4ee31cff1bf3857467 to your computer and use it in GitHub Desktop.
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