thaivd1309 commented on PR #1848: URL: https://github.com/apache/systemds/pull/1848#issuecomment-1618996246
I added static methods call for Affine and ReLU. Since static call of forward and backward does not have internal states, the user needs to provide extra parameter, e.g. affine.forward(X) and Affine.forward(X, W, b). I also made the _source object static, which means it is created only once. I believe this will make the system only import once. But for the time being I will write a test to verify this. -- 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. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org