I have made base model for transfer learning and it is showing good accuracy, and even good confusion matrix is also showing good results
Here is accuracy and losses for base model
loss: 0.0566 - accuracy: 0.9767 - val_loss: 0.3767 - val_accuracy: 0.9613 For transfer learning model I am not able to show good accuracy but confusion matrix is excellent
Here is accuracy and loss for transfer learning
loss: 0.2698 - accuracy: 0.1914 My question is that, for transfer learning model should always less accuracy or should be more, do you think is there any problem ?