-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
S01E07 Adding the last missing part from arma::Mat to MatType and from arma::Cube to CubeType
#3609
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
Conversation
Signed-off-by: Omar Shrit <[email protected]>
rcurtin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, some small thoughts on cleanups and other minor issues.
src/mlpack/methods/ann/activation_functions/identity_function.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Omar Shrit <[email protected]>
Signed-off-by: Omar Shrit <[email protected]>
rcurtin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple other thoughts before merge. The extra CubeType should probably be removed before merge, but the other one is up to you. I am assuming it should pass all the related tests (worth double-checking first :)).
Signed-off-by: Omar Shrit <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Second approval provided automatically after 24 hours. 👍
This PR addresses the last part of converting
arma::Matandarma::CubetoMatTypeandCubeTypein the ANN code base. In the next PR we will start addressingarma::Col