You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2020/08/24 11:16:38 UTC

[GitHub] [systemds] mboehm7 commented on pull request #1026: [MINOR] Added leaky relu layer + grad check and updated 2NN example

mboehm7 commented on pull request #1026:
URL: https://github.com/apache/systemds/pull/1026#issuecomment-679066273


   LGTM - thanks for the extensions @tobiasrieger. I only changed the formatting of comments, and simplified `ifelse(X > 0, X, 0.01 * X)` to `max(X, 0.01 * X)`.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org