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

Add HorovodRunner api and tests #156

Closed yogeshg closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #156 into master will decrease coverage by 53.45%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #156       +/-   ##
===========================================
- Coverage   85.37%   31.92%   -53.46%     
===========================================
  Files          34       24       -10     
  Lines        1922     1441      -481     
  Branches       41        0       -41     
===========================================
- Hits         1641      460     -1181     
- Misses        281      981      +700
Impacted Files Coverage Δ
python/sparkdl/horovod/runner.py 100% <100%> (ø)
python/sparkdl/__init__.py 100% <100%> (ø) :arrow_up:
python/sparkdl/graph/pieces.py 0% <0%> (-96.56%) :arrow_down:
python/sparkdl/graph/builder.py 0% <0%> (-93.86%) :arrow_down:
python/sparkdl/graph/tensorframes_udf.py 0% <0%> (-90%) :arrow_down:
python/sparkdl/graph/input.py 18.44% <0%> (-79.62%) :arrow_down:
python/sparkdl/graph/utils.py 24.21% <0%> (-74.74%) :arrow_down:
python/sparkdl/udf/keras_image_model.py 0% <0%> (-73.81%) :arrow_down:
...n/sparkdl/estimators/keras_image_file_estimator.py 21.25% <0%> (-67.72%) :arrow_down:
python/sparkdl/transformers/tf_tensor.py 33.92% <0%> (-64.29%) :arrow_down:
... and 25 more

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 02f35ac...a6a0a44. Read the comment docs.