Files
tinygrad/extra
chenyu 5ae252ae83 use at least float32 for optim.lr (#4297)
* use at least float32 for optim.lr

when doing mixed precision training (float32 weight, default_float=half), still use float32 to store lr.
it would have been upcasted later in actual weight update, but would have lost precision.
this improved resnet convergence significantly

* undo type annotation
2024-04-25 14:42:28 -04:00
..
2023-11-13 20:18:40 -08:00
2024-01-01 14:58:48 -08:00
2024-04-11 08:24:57 -07:00
2024-01-26 18:27:49 -08:00
2024-04-18 19:20:52 -04:00
2024-04-22 19:50:20 +04:00
2024-01-01 14:58:48 -08:00
2024-03-26 21:02:46 -07:00
2024-01-05 10:33:13 -08:00
2023-07-05 15:36:22 -07:00
2023-12-07 17:07:05 -08:00
2024-04-10 11:19:13 -04:00
2024-01-19 23:34:30 -05:00
2023-11-30 17:07:16 -08:00