Created
May 2, 2018 16:25
-
-
Save FavioVazquez/3a36edf25a289f4ee31cff1bf3857467 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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