MrGemy95/Tensorflow-Project-Template

About load model

wanfengkai opened this issue · 0 comments

Hi!

I have tried this template and find it's not possible to reload the parameters that I have trained While performing testing. For example: the accuracies are 50% , 75 % on validating data while training. But If we stop the training and validate the accuracy on validate data again the accuracy is only 20% which is the validate accuracy for first epoch.

Have you tried to perform continue training or testing on different saved models like epoch1, epoch 10... in this template?