自定义了一个损失函数:
@snowkylin @site @chenglu
你需要实例化这个损失函数类,再送入model.compile中。比如将loss=PYH_LSTM_Error改为loss=PYH_LSTM_Error()
model.compile
loss=PYH_LSTM_Error
loss=PYH_LSTM_Error()