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

Programmaticaly forcing TensorFlow backend #1

Open
jaganseshadri opened this issue Sep 15, 2019 · 0 comments
Open

Programmaticaly forcing TensorFlow backend #1

jaganseshadri opened this issue Sep 15, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jaganseshadri
Copy link
Owner

The library doesn't work well with TensorFlow or Keras or with any package that can import TensorFlow into a common namespace. The reason is because of protobufs that are used in this library that are common with tensorflow.

The way the solution to this is implemented to get around this was to default to the TensorFlow's implementation if available otherwise use the internal implementation.

However, it's not currently possible to programmatically force the TensorFlow backend.

@jaganseshadri jaganseshadri added the enhancement New feature or request label Sep 15, 2019
@jaganseshadri jaganseshadri self-assigned this Sep 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant