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

build in support for EfficientNet #208

Open koren88i opened 4 years ago

koren88i commented 4 years ago

Hey,

I want to load the model from this git

And use it to predict labels on a very large image data set I have. The data set is updated every several hours.

Is that possible? Are you planning on adding efficientNet as a build in model in your framework?