Problem with nn_quantizer.py

hello, i have a problem when i try to run nn_quantizer.py follow this article : https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides/deploying-a-caffe-model-on-openmv-using-cmsis-nn/quantize-the-model
the error message is
‘RuntimeError: Could not open file repos/openmv/ml/cmsisnn/models/smile/smile_iter_*.caffemodel’
i don’t know what wrong and i have done all step before this.
thank you very much.

smile_iter_*.caffemodel is the trained model, you need to train the model first.