标签: python tensorflow
我尝试使用MonitoredTrainingSession实现提前停止机制。 我发现有CheckpointSaverListener和SessionRunHook合适。
我只想在验证丢失改善后保存检查点。我可以跳过在CheckpointSaverListener中保存检查点吗?还是在SessionRunHook中手动调用保存检查点功能?