Closed Sinacam closed 4 years ago
Previously calculates mean loss by dividing total loss by batch size manually, now uses tf.reduce_mean. This allows batch size to be aribtrarily varied. This doesn't affect current behavior.
Previously calculates mean loss by dividing total loss by batch size manually, now uses tf.reduce_mean. This allows batch size to be aribtrarily varied. This doesn't affect current behavior.