Help for design a neurnet #558
tranquocde
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, I have question like that: I want to design a DL model with a feature as follow: In forward(), the input goes through layers, but I want the layers stop whenever the strop-trigger value from output of previous layer is satisfied (if the iteration exceeds maximum value then just stop and get the output , but I want to stop early if I can). Can I design this features by the loop inside forward()
Beta Was this translation helpful? Give feedback.
All reactions