We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题,如何将增量训练完的.h5模型文件转换为.weights文件
The text was updated successfully, but these errors were encountered:
train.py 20line checkpointer = ModelCheckpoint(filepath=filepath,monitor='loss',verbose=0,save_weights_only=True, save_best_only=True) 这里默认就是保存权重 至于载入load.weights就可以了
Sorry, something went wrong.
加载的weight存到哪去了呢,没看到train.py里写了weight的存储路径
No branches or pull requests
如题,如何将增量训练完的.h5模型文件转换为.weights文件
The text was updated successfully, but these errors were encountered: