You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
Describe the bug
When using df.tensorflow.to_tfr() an AttributeError is raised: 'CsvCoder' object has no attribute 'decode'
To Reproduce
All I am doing is defining a schema and using df.tensorflow.to_tfr(). All columns in the schema are either types.SplitKey, types.IntegerLabel, or types.IntegerInput.
Expected behavior
Dataframe is successfully output to a TFRecord.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Describe the bug
When using
df.tensorflow.to_tfr()
anAttributeError
is raised:'CsvCoder' object has no attribute 'decode'
To Reproduce
All I am doing is defining a schema and using
df.tensorflow.to_tfr()
. All columns in the schema are eithertypes.SplitKey
,types.IntegerLabel
, ortypes.IntegerInput
.Expected behavior
Dataframe is successfully output to a TFRecord.
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: