.pb File in uploading a pre trained model

Question: I pretrained a model for Arduino Nano 33 BLE and made a zip file for deployment, but as I go upload that zip file in edge impulse’s BYOM, it is asking for .pb file which is not there in my zip, how to add it?

1 Like

Hi @mantras31

.pb is a tensorflow formatted file, you will want to export to this from your notebook / colab.

Best

Eoin