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

Support and build against Keras 2.2.2 and TF 1.10.0 #151

Closed lu-wang-dl closed 6 years ago

lu-wang-dl commented 6 years ago

This is a continued work from https://github.com/databricks/spark-deep-learning/pull/149.

codecov-io commented 6 years ago

Codecov Report

Merging #151 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #151   +/-   ##
=======================================
  Coverage   85.37%   85.37%           
=======================================
  Files          34       34           
  Lines        1922     1922           
  Branches       41       41           
=======================================
  Hits         1641     1641           
  Misses        281      281
Impacted Files Coverage Δ
python/sparkdl/transformers/keras_applications.py 85.71% <100%> (ø) :arrow_up:

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 6be7772...ef39c1e. Read the comment docs.

lu-wang-dl commented 6 years ago

retest

yogeshg commented 6 years ago

Thanks for the update, Lu! As a summary of my comments:

yogeshg commented 6 years ago

LGTM pending tests. @jkbradley , LGTY?

jkbradley commented 6 years ago

LGTM too, thanks!

jkbradley commented 6 years ago

I'll merge this now. Thanks @ludatabricks and @yogeshg !