mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-07 03:00:26 -04:00
* replace pow in LAMB by tracking b1**t and b2**t per step * remove t, add [self.b1_t, self.b2_t] to return * adam has one less kernel
* replace pow in LAMB by tracking b1**t and b2**t per step * remove t, add [self.b1_t, self.b2_t] to return * adam has one less kernel