You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's an interesting idea, @dosier , this looks like a special functionality for testing and debugging purposes only, and we have no such functionality. I'm not sure that we should have this in the public API because it creates a separate graph for the layer under the hood.
Currently, the @mkaze is working on the same thing but external to Layer in #103.
But this idea not bad, and probably we could create some invoke extension (like in your example) and make it internal in the tests? Extra-functionality for test purposes in the test module.
After some time of usage, it will be better to understand whether we should open it to the world via Layer API.
I propose that we create something akin to this (but then as a function of
Layer
):So that we can do this:
Which also nicely matches tests in Keras (the invoke part).
The text was updated successfully, but these errors were encountered: