table-detect icon indicating copy to clipboard operation
table-detect copied to clipboard

将增量训练完的.h5模型文件转换为.weights文件

Open aleassx opened this issue 4 years ago • 2 comments

如题,如何将增量训练完的.h5模型文件转换为.weights文件

aleassx avatar Mar 16 '21 11:03 aleassx

train.py 20line checkpointer = ModelCheckpoint(filepath=filepath,monitor='loss',verbose=0,save_weights_only=True, save_best_only=True) 这里默认就是保存权重 至于载入load.weights就可以了

dcdethan avatar Jul 01 '21 02:07 dcdethan

加载的weight存到哪去了呢,没看到train.py里写了weight的存储路径

niconchan avatar Feb 10 '23 01:02 niconchan