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

TensorFlow-free npy data #16

Open
makotokato opened this issue Feb 25, 2021 · 1 comment
Open

TensorFlow-free npy data #16

makotokato opened this issue Feb 25, 2021 · 1 comment

Comments

@makotokato
Copy link
Member

When I look trained weights.npy file to use segmenter, this data uses TensorFlow dtype (https://www.tensorflow.org/api_docs/python/tf/dtypes/DType). So it means that using weights.npy requires TensorFlow and no way to use this data via other languages without TensorFlow binding.

Also, although you provide JSON file too, this is big due to not binary format.

So I am happy if you provide TensorFlow-free npy (or other compressed binary format) data that is trained.

@sffc
Copy link
Member

sffc commented Feb 26, 2021

The JSON file is not intended to be the final shipped artifact. You can convert the JSON into some other format that is more compact using any library of your choice.

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

2 participants