How to use pre-trained models - When integrating whole/portion of the pre-trained model, a) the weights of the pre-trained can be frozen so that they are not updated as the new model is trained b) the weights may be updated during the training of the new model, with a lower learning rate - Summary of usage patterns a) Classifier: The pre-trained model is used directly to classify new images. b) ..