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
Under my training situation, the numerical value is small enough to use byte, which is better than int. But when I was trying save the byte type in dataframe to tfrecord, error came out "Caused by: java.lang.RuntimeException: Cannot convert field to unsupported data type ByteType". So why do we support ByteType? I know it's supported in sequence example, but why not support it in scalar type? Thanks!
The text was updated successfully, but these errors were encountered:
Hi there,
Under my training situation, the numerical value is small enough to use byte, which is better than int. But when I was trying save the byte type in dataframe to tfrecord, error came out "Caused by: java.lang.RuntimeException: Cannot convert field to unsupported data type ByteType". So why do we support ByteType? I know it's supported in sequence example, but why not support it in scalar type? Thanks!
The text was updated successfully, but these errors were encountered: