The source project of this merge request has been removed.
Add some backward functions that were missing.
Use a protype for backward function that may fit all the needs : input, output and grad_output are needed to compute grad_input in the general case (input was missing, output is kept to save computation). This may lead to unused parameters, but it is probably not an issue ?
Add missing backward functions for Sigmoid and Tanh.
Use input instead of output for testing the sign in ReLU (both codes should give same results, but the use of input is preferred).
For this merge request :
For future :
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent