Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,10 @@ For an image resolution of NxM and P classes
|
|
68 |
|
69 |
## Metrics
|
70 |
|
71 |
-
Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
|
|
|
|
|
|
|
72 |
|
73 |
### Reference **MCU** memory footprint based on Cifar 10 dataset (see Accuracy for details on dataset)
|
74 |
|
|
|
68 |
|
69 |
## Metrics
|
70 |
|
71 |
+
- Measures are done with default STM32Cube.AI configuration with enabled input / output allocated option.
|
72 |
+
- `tfs` stands for "training from scratch", meaning that the model weights were randomly initialized before training.
|
73 |
+
- `tl` stands for "transfer learning", meaning that the model backbone weights were initialized from a pre-trained model, then only the last layer was unfrozen during the training.
|
74 |
+
- `fft` stands for "full fine-tuning", meaning that the full model weights were initialized from a transfer learning pre-trained model, and all the layers were unfrozen during the training.
|
75 |
|
76 |
### Reference **MCU** memory footprint based on Cifar 10 dataset (see Accuracy for details on dataset)
|
77 |
|