Jannoshh / simple-sam

Sharpness-Aware Minimization for Efficiently Improving Generalization
MIT License
41 stars 9 forks source link

Verification #4

Closed le000043 closed 3 years ago

le000043 commented 3 years ago

Have you conducted experiments to verify that your implementation could reproduce similar results to the original implementation? Thanks

Jannoshh commented 3 years ago

I've only conducted small scale experiments, mostly on MNIST. The results seem to suggest that this SAM implementation works, you can look at the results in the examples directory. The results definitely verify:

The implementation is also very similar to https://github.com/davda54/sam which seems to work great and has been verified in many experiments.