Dominik Grewe

Results 1 comments of Dominik Grewe

> * Too too long: `secondMoments.allDifferentiableVariables[keyPath: kp] = secondMoments.allDifferentiableVariables[keyPath: kp] * beta2 + (1 - beta2) * gradient[keyPath: kp] * gradient[keyPath: kp]`. Can't variables like `secondMoments` still be of type...