I'm still doing transfer learning using Inception V3 on tensorflow. Here is the screenshot of my training using Tensorboard.
Base training source code : https://raw.githubusercontent.com/tensorflow/hub/master/examples/image_retraining/retrain.py
My dataset is around 1 mil with 80:10:10 training:validation:test ratio.
32:128 for training batch size:validation batch size
0.001 learning rate
As you can see the training accuracy and validation accuracy keep fluctuating (up and down). Is there any point to continue the training? Or is there something that causes this problem that I can try to solve?