I am training a ResNet50 on Audioset2017 dataset,with tensorflow during training and validating results,my loss function fluctuating,the overall trend is going down,but I am afraid of this.
I have run with 100 epochs,with batch size=100. and have decrease and increase the learning rate,but had no effect.
want to know is my training correct,can I use this network?or it causes wrong results.Can I remove them with some tricks? these are my train and validation(eval) loss and other metrics pictures(from tensorboard).
tf.train.exponential_decay
? See thestaircase
parameter. – Mateen Ulhaq