Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
**MarwaNet** is a custom convolutional neural network (CNN) trained on the CIFAR-10 dataset, developed to test the integration of a custom Dropout operator for the Aidge platform.
|
| 2 |
+
|
| 3 |
+
## Model Details
|
| 4 |
+
|
| 5 |
+
- **Architecture**: Custom Convolutional Neural Network (CNN)
|
| 6 |
+
- **Trained on**: CIFAR-10 (60,000 32x32 color images in 10 classes)
|
| 7 |
+
- **ONNX opset version**: 11
|
| 8 |
+
- **Conversion tool**: PyTorch → ONNX
|