maab05 commited on
Commit
aa29a25
·
verified ·
1 Parent(s): 6ee4dff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -40,6 +40,7 @@ The model has been exported using **opset version 15** and is fully compatible w
40
  - **Trained on**: CIFAR-10 (60,000 32x32 color images, 10 classes)
41
  - **Image Preprocessing**: Images were resized to `128×128`
42
  - **Data Normalization**: `mean = [0.4914, 0.4822, 0.4465]` ;
 
43
  `std = [0.2023, 0.1994, 0.2010]`
44
  - **Dropout Probability**: 0.3
45
  - **ONNX opset version**: 15
 
40
  - **Trained on**: CIFAR-10 (60,000 32x32 color images, 10 classes)
41
  - **Image Preprocessing**: Images were resized to `128×128`
42
  - **Data Normalization**: `mean = [0.4914, 0.4822, 0.4465]` ;
43
+
44
  `std = [0.2023, 0.1994, 0.2010]`
45
  - **Dropout Probability**: 0.3
46
  - **ONNX opset version**: 15