Closed zdhNarsil closed 3 years ago
In this line, why the loss is divided by len(minibatches)? The self.q has already been normalized.
len(minibatches)
self.q
Fixed, thanks!
In this line, why the loss is divided by
len(minibatches)
? Theself.q
has already been normalized.