我试图创建自己的数据模型Keras。经过约了几个时代奇怪的事情发生(如楼梯),我无法解释我自己。

训练的结果

你偶然什么后约270时代的事件意味着知道吗?

分析解答

It is hard to answer your question without seeing the code

我的眼睛,这看起来像你可能有一个学习速率调度或别的东西,调整自己的学习速度(见keras文档这里)。

keras.callbacks.callbacks.LearningRateScheduler(schedule, verbose=0)

And in case you re lost with what a scheduler is to begin with (see this blog post):

学习费率计划寻求根据pre-defined时间表降低学习率在训练中调整学习速率。共同学习税率表包括time-based衰减,衰减步和指数衰减。