We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Shapes and types of tensorflow variables needs to be consistent and correct across the whole codebase.
The current workaround are casts and reshapes to fix inconsistencies. This is performance poison and needs to be corrected.
Die the slow death of garbage performance.
The text was updated successfully, but these errors were encountered:
nwittler
No branches or pull requests
Describe the missing feature
Shapes and types of tensorflow variables needs to be consistent and correct across the whole codebase.
Describe the solution you'd like
The current workaround are casts and reshapes to fix inconsistencies. This is performance poison and needs to be corrected.
Describe alternatives you've considered
Die the slow death of garbage performance.
The text was updated successfully, but these errors were encountered: