lessw2020 / Ranger21

Ranger deep learning optimizer rewrite to use newest components
Apache License 2.0
321 stars 45 forks source link

SAM paper #25

Open ryanstout opened 3 years ago

ryanstout commented 3 years ago

First, great project. Seeing good improvements over straight Adam. Have you seen the Sharpness-Aware Minimization for Efficiently Improving Generalization paper? I'm curious if you have any thoughts on how to integrate Ranger21 with a SAM implementation ( https://github.com/davda54/sam for example )

Thanks!