spark-deep-learning
spark-deep-learning copied to clipboard
AttributeError: module 'sparkdl' has no attribute 'graph'
sparkdl 0.2.2 available in pip returns the following error when importing either DeepImageFeaturizer or KerasTransformer.
It seems there is an incompatibility on the use of KerasImageFileTransformer since keras_image.py has been modified but the graph attribute not.
`---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
/conda/envs/py36/lib/python3.6/site-packages/sparkdl/init.py in
/conda/envs/py36/lib/python3.6/site-packages/sparkdl/transformers/keras_image.py in
AttributeError: module 'sparkdl' has no attribute 'graph'
`
Codecov Report
Merging #452 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #452 +/- ##
=======================================
Coverage 87.01% 87.01%
=======================================
Files 12 12
Lines 562 562
Branches 136 136
=======================================
Hits 489 489
Misses 73 73
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 7997c3c...b766f3b. Read the comment docs.