【发布时间】:2020-03-03 17:23:32
【问题描述】:
在训练 tf.keras (1.14) 模型时,我不断看到以下警告:
Failed to find a tunable parameter that would decrease the output time. This means that the autotuning optimization got stuck in a local maximum. The optimization attempt will be aborted.
训练会一直持续下去。有谁知道我如何捕捉到这个警告并抛出一个错误,这样我就不会永远接受模型训练了吗?
【问题讨论】:
标签: python tensorflow keras