maab05 commited on
Commit
90d1951
·
verified ·
1 Parent(s): 101ee32

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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