maab05 commited on
Commit
2f96ba6
·
verified ·
1 Parent(s): aa29a25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -39,9 +39,7 @@ The model has been exported using **opset version 15** and is fully compatible w
39
  - **Architecture**: Customized ResNet-18 with integrated Dropout layers
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
47
  - **Conversion tool**: PyTorch → ONNX
 
39
  - **Architecture**: Customized ResNet-18 with integrated Dropout layers
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]` ; `std = [0.2023, 0.1994, 0.2010]`
 
 
43
  - **Dropout Probability**: 0.3
44
  - **ONNX opset version**: 15
45
  - **Conversion tool**: PyTorch → ONNX