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

Use make_tensor_proto / make_ndarray_from_tensor from tensorflow #4

Open
cp2587 opened this issue Mar 31, 2020 · 0 comments
Open

Use make_tensor_proto / make_ndarray_from_tensor from tensorflow #4

cp2587 opened this issue Mar 31, 2020 · 0 comments
Assignees

Comments

@cp2587
Copy link
Contributor

cp2587 commented Mar 31, 2020

Because we wanted to avoid a dependency to tensorflow, we made the choice to re-write the make_tensor_proto / make_ndarray function of tensorflow. Doing this is dangerous as the code as been simplified (so have some limitations / bugs compared to TF maintained one).

TODO:

  • add tensorflow as dependency and measure the impact on RAM consumption
  • if this is too heavy as we expect it to be, find a way to still use the same implementation of make_tensor_proto / make_ndarray function than the TF one
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