Arslan Chaudhry

Results 1 issues of Arslan Chaudhry

May I ask why aren't you normalizing the cross_entropy loss across the batch before calculating the gradients in the following line: `cross_entropy = -tf.reduce_sum( y_tgt*tf.log(y+1e-04) + (1.-y_tgt)*tf.log(1.-y+1e-04) )` If I...