Skip to content

Commit

Permalink
Effdet notebook fix (#1089)
Browse files Browse the repository at this point in the history
* Add a missing import to effdet notebook
  • Loading branch information
Idan-BenAmi authored May 29, 2024
1 parent 53b8e42 commit 54b0f35
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"\n",
"[Run this tutorial in Google Colab](https://colab.research.google.com/github/sony/model_optimization/blob/main/tutorials/notebooks/imx500_notebooks/keras/example_keras_effdet_lite0_for_imx500.ipynb)\n",
"\n",
"## Overview\n",
"## Overview \n",
"\n",
"In this notebook, we'll demonstrate the post-training quantization using MCT for a pre-trained object detection model in Keras. In addition, we'll integrate a post-processing custom layer from [sony-custom-layers](https://github.com/sony/custom_layers) into the model. This custom layer is supported by the imx500 target platform capabilities.\n",
"\n",
Expand Down Expand Up @@ -351,6 +351,8 @@
"execution_count": null,
"outputs": [],
"source": [
"import model_compression_toolkit as mct\n",
"\n",
"loader, _ = get_coco_dataloader(split='val', config=config)\n",
"\n",
"\n",
Expand Down

0 comments on commit 54b0f35

Please sign in to comment.