forked from tensorflow/ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for SequenceExample to Spark TensorFlow connector (tensor…
…flow#52) * Decode and encode SequenceExample feature lists to Spark SQL rows * Added format to specify recordType while writing dataframes * Add unit tests for SequenceExample and fix sql datatype for BytesList DataType for BytesList changed from StringType to ArrayType(StringType) * Add tests for sequence example * Update tests and README example for importing TensorFlow SequenceExample * Update README for Spark TensorFlow connector * Update recordType in README for Spark TensorFlow connector * Fix handling of integers in SequenceExample export * Add schema inference for SequenceExamples in Spark
- Loading branch information
Showing
22 changed files
with
1,639 additions
and
667 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 0 additions & 49 deletions
49
...nector/src/main/scala/org/tensorflow/spark/datasources/tfrecords/DataTypesConvertor.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.