databricks / spark-deep-learning

Deep Learning Pipelines for Apache Spark
https://databricks.github.io/spark-deep-learning
Apache License 2.0
1.99k stars 494 forks source link

Depreciated Keras API #222

Open zanderkent opened 4 years ago

zanderkent commented 4 years ago

With the depreciation of the keras model interfaces. The README says to use PANDAS UDF But I cannot find a reliable article on that. Does anyone have any suggestions?

marcusbrito commented 4 years ago

I'm also looking for it. Unfortunately I've found little information about how to use the library.

Do anyone have a link for some kind of tutorial on how to use this library to run a simple keras model on images?

The only one i found is from 2018 (https://towardsdatascience.com/deep-learning-with-apache-spark-part-1-6d397c16abd) and i'm getting multiple errors.

I think it may be related to the Spark setup on my computer, but i'm not sure.

shuDaoNan9 commented 3 years ago

Did you tried analytics-zoo instead of spark-deep-learning?