Questions
Please answer the following questions:
- What is the main reason for using pre-trained neural networks?
- What is the difference between Inception V3 and MobileNet? When would you use one or the other?
- What are the
symbol
andparams
files of each model? - How would you load a pre-trained model from a checkpoint at epoch
10
? - How can you adjust a neural network for a custom problem?