Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ByteType not supported, while IntegerType is too space-consuming #191

Open
wangjinjie722 opened this issue Sep 7, 2021 · 0 comments
Open

Comments

@wangjinjie722
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant