Open Yzichen opened 4 years ago
bug描述 3.7 3.9中计算交叉熵损失函数时使用tf.nn.CrossEntropyLoss()时,已经作了平均。 但是计算每一个epoch的损失时,又除了整个训练集样本的个数n ,这样对吗?
版本信息 pytorch:1.13 torchvision:0.4.2 torchtext:无 ...
你说得对,应该除以batch数,因为tf.nn.CrossEntropyLoss()时已经沿batch维作了平均。
bug描述 3.7 3.9中计算交叉熵损失函数时使用tf.nn.CrossEntropyLoss()时,已经作了平均。 但是计算每一个epoch的损失时,又除了整个训练集样本的个数n ,这样对吗?
版本信息 pytorch:1.13 torchvision:0.4.2 torchtext:无 ...