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 1.0.0 swaps order of the 1st argument of math ops, breaking a lot #61

Closed
pkmital opened this issue Feb 9, 2017 · 1 comment
Labels

Comments

@pkmital
Copy link
Owner

pkmital commented Feb 9, 2017

TensorFlow is moving towards numpy syntax where reduction_indices is now axis, and instead of it being the 1st argument, tensors are now the first argument. This breaks a lot of code.

@pkmital pkmital added the bug label Feb 9, 2017
@pkmital
Copy link
Owner Author

pkmital commented Feb 24, 2017

Addressed by 951a6a9

@pkmital pkmital closed this as completed Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant