Closed yikeqingli closed 5 years ago
I evaluated the models that were not saved at the end of the training and loaded the models that were saved at the end of the training (both in the first round). I found that after the first round of training, the eval dropped by about 10%, and the model saved in the first round was loaded. About ten percent down again
`
When using the model produced by reptile training, after the first round of training, the saved model was tested, and the accuracy dropped by 20 points, about 0.24 (Note: an evaluation process before retraining, verified that it has been loaded correctly model In fact, a restore process was added in advance on the basis of the original reptile code train, and the training code and data set were not changed.) It rose to 0.36 in the 200th round and 0.42 in the 3000th round. The accuracy of original model is about 0.46. The training method and data set used are exactly the same as those used to train the original model, and the loading of the model is the same. Don't know if this is normal and what causes it