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

Correct the images reader call in README #127

Closed lu-wang-dl closed 6 years ago

lu-wang-dl commented 6 years ago

Change image reader function call to ImageSchema.readImages in three different places: 1, Applying deep learning models at scale to images: Applying popular image models 2, Applying deep learning models at scale to images: For TensorFlow users 3, Deploying models as SQL functions

codecov-io commented 6 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files          33       33           
  Lines        1921     1921           
  Branches       44       44           
=======================================
  Hits         1640     1640           
  Misses        281      281

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b09974b...3d429be. Read the comment docs.