【发布时间】:2018-06-16 19:03:47
【问题描述】:
我想知道为什么我们需要在训练时保存模型? 在火车开始时保存一次然后只在火车期间保存重量还不够吗?
我的意思是,模型在训练过程中没有改变,为什么需要这个布尔值?
class ModelCheckpoint(Callback):
...
save_weights_only: if True, then only the model's weights will be saved.
...
谢谢!
【问题讨论】:
标签: tensorflow keras