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 2021/06/26 18:37:16 UTC

[GitHub] [systemds] Tsebeb opened a new pull request #1326: [AMLS] EfficientNet to Builtin

Tsebeb opened a new pull request #1326:
URL: https://github.com/apache/systemds/pull/1326


   Implemented a minified version of Efficient-Net B0 with an additional mini test script on the MNist data set.
   This includes a few new layer implementations:
   
   - SILU nonlinearity Layer
   - Adaptive Global Avg Pooling Layer
   - Inverted Residual Mobile Layer (MBConv)
   
   We only used a single MBConv layer instead of the total of 16. 
   The top and stem part are however identical to Efficient-Net B0.
   


-- 
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-unsubscribe@systemds.apache.org

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



[GitHub] [systemds] mboehm7 commented on pull request #1326: [AMLS] EfficientNet to Builtin

Posted by GitBox <gi...@apache.org>.
mboehm7 commented on pull request #1326:
URL: https://github.com/apache/systemds/pull/1326#issuecomment-869180721


   LGTM - thanks for the patch @Tsebeb. This is a good start and we'll promote this to a builtin function once the necessary mechanics are in place. During the merge I simplified some instances of list construction (via list range indexing), added TODOs for tests and scaling up the network architecture, and fixed all formatting issues (mostly related to indentation).


-- 
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-unsubscribe@systemds.apache.org

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



[GitHub] [systemds] asfgit closed pull request #1326: [AMLS] EfficientNet to Builtin

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1326:
URL: https://github.com/apache/systemds/pull/1326


   


-- 
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-unsubscribe@systemds.apache.org

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