Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,8 @@ base_model:
|
|
| 30 |
|
| 31 |
# Custom ResNet-18 with integrated Dropout Layers
|
| 32 |
|
| 33 |
-
This is a **custom ResNet-18** ONNX model implemented in **PyTorch** with integrated **Dropout** layers.
|
|
|
|
| 34 |
It was trained on the **CIFAR-10** dataset for image classification tasks.
|
| 35 |
|
| 36 |
The model has been exported using **opset version 15** and is fully compatible with the **Aidge** platform.
|
|
|
|
| 30 |
|
| 31 |
# Custom ResNet-18 with integrated Dropout Layers
|
| 32 |
|
| 33 |
+
This is a **custom ResNet-18** ONNX model implemented in **PyTorch** with integrated **Dropout** layers.
|
| 34 |
+
|
| 35 |
It was trained on the **CIFAR-10** dataset for image classification tasks.
|
| 36 |
|
| 37 |
The model has been exported using **opset version 15** and is fully compatible with the **Aidge** platform.
|