You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During model training, the callback function holds some weights named weights-{epoch:02d}.h5.
At the end of the training, a weight namedtrained_model.h5 was saved.
During the test, I used the weight weights-39.h5 by the callback function and the weight trained_model.h5 after the training, respectively, but got different results.
Here are the results of my tests using different weights
I find the trained_model.h5 holds the weights obtained in the last step of the training process.
So, which one should use when testing model?
The text was updated successfully, but these errors were encountered:
Hi, can you share your changed code to me? I cannot get the weights.h5 files. I don't know where cause the problem, and other parameters can work.....
I saw the Chinese in your picture, very happy !!! We are all Chinese ~~
Thank you very much ~
During model training, the callback function holds some weights named weights-{epoch:02d}.h5.
At the end of the training, a weight namedtrained_model.h5 was saved.
During the test, I used the weight
weights-39.h5
by the callback function and the weighttrained_model.h5
after the training, respectively, but got different results.Here are the results of my tests using different weights
I find the
trained_model.h5
holds the weights obtained in the last step of the training process.So, which one should use when testing model?
The text was updated successfully, but these errors were encountered: