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
That's because tensors are passe to them just like the call() methods of custom Models. Should we:
call()
Model
__call()__
Layer
Either of these would seem to be special cases.
The text was updated successfully, but these errors were encountered:
Even though we are hybridizing call() of layers, it doesn't seem to have a big impact on performance. Maybe it's a little slower but not by much.
Sorry, something went wrong.
No branches or pull requests
That's because tensors are passe to them just like the
call()
methods of customModel
s. Should we:call()
and__call()__
methods ofModel
s.call()
and__call()__
methods ofLayer
s.Either of these would seem to be special cases.
The text was updated successfully, but these errors were encountered: