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
ForwardPass
As @jens-mueller-sociomantic and I were discussing: the names of enum ForwardPass and its values should be renamed to express, what happens.
One possible variant is:
enum ForwardPassMode { OutputOnly = false, Objective = true }
(last filed can be also Gradient, but it worse describe what really happens)
Gradient
Also we should not provide any default value for forward pass, that reader of code could see what exactly happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As @jens-mueller-sociomantic and I were discussing: the names of enum
ForwardPass
and its values should be renamed to express, what happens.One possible variant is:
(last filed can be also
Gradient
, but it worse describe what really happens)Also we should not provide any default value for forward pass, that reader of code could see what exactly happens.
The text was updated successfully, but these errors were encountered: