Skip to content

Commit

Permalink
Refactored feature notebooks in Keras. Standardized function usage ac…
Browse files Browse the repository at this point in the history
…ross notebooks. Updated model examples to use the ImageNet validation set as the representative dataset (except for the pruning and qat notebooks).
  • Loading branch information
liord committed Oct 6, 2024
1 parent 7fc6b90 commit d7f9cb2
Show file tree
Hide file tree
Showing 13 changed files with 3,113 additions and 3,542 deletions.
1 change: 0 additions & 1 deletion tutorials/notebooks/mct_features_notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ These techniques are essential for further optimizing models and achieving super
| [MobileNetV2](../imx500_notebooks/keras/example_keras_mobilenetv2_for_imx500.ipynb) | ✅ PTQ |
| [Mixed-Precision MobileNetV2](keras/example_keras_mobilenet_mixed_precision.ipynb) | &#x2705; PTQ <br/> &#x2705; Mixed-Precision |
| [Nanodet-Plus](../imx500_notebooks/keras/example_keras_nanodet_plus_for_imx500.ipynb) | &#x2705; PTQ |
| [YoloV8-nano](keras/example_keras_yolov8n.ipynb) | &#x2705; PTQ |
| [EfficientDetLite0](../imx500_notebooks/keras/example_keras_effdet_lite0_for_imx500.ipynb) | &#x2705; PTQ <br/> &#x2705; [sony-custom-layers](https://github.com/sony/custom_layers) integration |

</details>
Expand Down
Loading

0 comments on commit d7f9cb2

Please sign in to comment.