Open coder-zc opened 1 year ago
请问在pebg_dkt.py中第164行 train_loss /= batch_loss,为什么每一个epoch的train_loss要除以batch_loss,不是应该除以batch_size吗?
pebg_dkt.py
train_loss /= batch_loss
batch_size
另外我运行了您的代码,发现tarin_loss基本维持不变,而且前几个epoch的auc值已经接近best_auc了,我不知道继续训练的意义是什么,希望你可以抽空解答一下。
估计已经毕业好几年了
请问在
pebg_dkt.py
中第164行train_loss /= batch_loss
,为什么每一个epoch的train_loss要除以batch_loss,不是应该除以batch_size
吗?另外我运行了您的代码,发现tarin_loss基本维持不变,而且前几个epoch的auc值已经接近best_auc了,我不知道继续训练的意义是什么,希望你可以抽空解答一下。