Last active
May 10, 2018 18:00
-
-
Save FavioVazquez/531c2852f936e4a2cbbe2f4afbad47d5 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
fs = !ls flower_photos/sample/*.jpg | |
uri_df = spark.createDataFrame(fs, StringType()).toDF("uri") | |
keras_pred_df = transformer.transform(uri_df) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment