pytorch / hub

Submission to https://pytorch.org/hub/
1.38k stars 240 forks source link

add simplenet #329

Closed Coderx7 closed 1 year ago

Coderx7 commented 1 year ago

This adds the simplenet architecture from 2016. a 13 layer plain cnn architecture that outperformed much deeper and more complex architectures at the time. currently, it outperforms all vgg variants, variants of resnet such as resnet18 and resnet34, among others.

If anything is amiss, please kindly let me know so I can fix it hope this is helpful to the community.

netlify[bot] commented 1 year ago

Deploy Preview for pytorch-hub-preview ready!

Name Link
Latest commit 525ee7e270e31392b396c35e872352c48990ecdc
Latest deploy log https://app.netlify.com/sites/pytorch-hub-preview/deploys/64538407045fb000081c6d91
Deploy Preview https://deploy-preview-329--pytorch-hub-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Coderx7 commented 1 year ago

Is everything okay? Do I need to do anything else for this to get merged?