This Repo is built as an open source implementation of our understanding of the Top known CNN Architectures.
The plan is create a Pytorch & Keras/TensorFlow Implementation of Architectures like VGG, ResNet, GoogleNet, Inception, SqueezeNet and MobileNet etc...
| Architectures | Pytorch | TensorFlow | CoreML | Edge Devices |
|---|---|---|---|---|
| VGG | ✅ | ⏳ | ❌ | ❌ |
| ResNet | ✅ | ⏳ | ❌ | ❌ |
| GoogleNet | ✅ | ⏳ | ❌ | ❌ |
| Inception | ✅ | ⏳ | ❌ | ❌ |
| SqueezeNet | ✅ | ⏳ | ❌ | ❌ |
| MobileNet | ✅ | ⏳ | ❌ | ❌ |
| Xception | ✅ | ⏳ | ❌ | ❌ |
| Inception_ResNet V2 | ✅ | ⏳ | ❌ | ❌ |