mboehm7 commented on issue #866: [SYSTEMML-2533] Error in running MNIST LeNet algorithm
URL: https://github.com/apache/systemml/pull/866#issuecomment-593146440
LGTM. Thanks for catching this issue @HannanKan. You're right and the reason for the conflict
is that the related script max_pool2d_builtin::forward defines padh and padw but no pad. So,
it might better to simply change the argument names at the calling sites.
----------------------------------------------------------------
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
With regards,
Apache Git Services
|