-
Notifications
You must be signed in to change notification settings - Fork 130
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
Always enable flat net construction #1002
base: master
Are you sure you want to change the base?
Conversation
The subnet issue described in #957 is maybe like this: Root net has some CondLayer or MaskedComputationLayer or RecLayer, which itself goes back to the root net.
|
About other exceptions in |
Need some comment why nested flat construction is ok. Basically: E.g. in RecLayer, when getting back to base net, we don't want a partial rec template construction to reset. So, it will not be deep w.r.t. to such layers which define new ctx boundaries. But that is not really a problem. |
The handling of exceptions is problematic, esp together with the Rec template construction. |
Fix #992.
Maybe also fix #957 (need to test this).