Purpose of Using Pretrained
Purpose of Using Pretrained
On the other hand, the 'frozen_inference_graph.pb' file contains the actual brains
of our model. It holds the pre-trained weights for the MobileNetV3 model. These
weights are learned during the training process, where the model learns to
recognize patterns in images. So, you can think of this file as the knowledge our
model gained from being trained on a large dataset.