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

Fix type error in TFTransformer example in README

Open asw456 opened this issue 7 years ago • 3 comments

Fixes the following Exception that occurs when running odf = transformer.transform(sdf) with Apache Spark 2.3.0, Scala 2.11 from Databricks

java.lang.Exception: The type of node 'input_tensor' (ScalarDoubleType) is not compatible with the data type of the column (ScalarFloatType)

asw456 avatar Jun 15 '18 22:06 asw456

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #137   +/-   ##
=======================================
  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 b73a4a2...ac45f60. Read the comment docs.

codecov-io avatar Jun 15 '18 23:06 codecov-io

Hitting the same issue any plans on merging this?

sarchak avatar Sep 20 '18 21:09 sarchak

Facing the same issue!

ronitshaw avatar Jun 21 '19 23:06 ronitshaw