spark-deep-learning icon indicating copy to clipboard operation
spark-deep-learning copied to clipboard

Deep Learning Pipelines for Apache Spark

Results 87 spark-deep-learning issues
Sort by recently updated
recently updated
newest added

Hi I am not able to save and load my model using the MLeap, I got this error: java.util.NoSuchElementException: key not found: com.databricks.sparkdl.DeepImageFeaturizer ![image](https://user-images.githubusercontent.com/29986627/55565074-27ef8500-56c7-11e9-8c18-64025b0226c3.png)

I didn't understand how training works with SparkDeepLearning. 1) i saw in the Databricks website that this is a library for single node training, so i was wondering if the...

Hi Team, Is there any plan to extend functionality so that we are able to use MLlib's tooling for tunning the hyperparameters of a keras model in e.g. numeric data...

The "API Docs" link "Deep Learning Pipelines Scala API (Scaladoc)" on https://databricks.github.io/spark-deep-learning/docs/_site/index.html points to https://databricks.github.io/spark-deep-learning/docs/_site/api/scala/index.html#com.databricks.sparkdl.package which is broken: 404 not found.

hi, when I start in local mode pyspark --master local[1] --packages databricks:spark-deep-learning:0.1.0-spark2.1-s_2.11 It can work,and I can use sparkdl interface, but when I start in yarn cluster pyspark --master yarn...

Hi! From a dataframe of images, how could I run a detection model, and retrieve in one pass both the detection boxes and the detection classes? I can currently use...

Hi, I am using dice_loss custom object to train my model. Is there anyway to pass custom objects to load model in spark DL? Or is it that spark DL...

Thank you for creating this library. I haven't tried it yet but I'm assuming that there is a Scala API for this ?

Dear all, I really appreciate your effort in bridging the gaps between Spark and some automatic-differentiation libraries. However, I'm currently working with Spark and PyTorch, where Spark is used to...