ASAM icon indicating copy to clipboard operation
ASAM copied to clipboard

Implementation of ASAM: Adaptive Sharpness-Aware Minimization for Scale-Invariant Learning of Deep Neural Networks, ICML 2021.

Results 4 ASAM issues
Sort by recently updated
recently updated
newest added

How to visualize ResNet loss landscape

Hi, thanks for your open-source implementation of ASAM. I am wondering whether if ASAM support multi-GPU training, and how to calculate grad norm when using multiple GPUs? Thanks again and...

Hi Your published code does not have PyramidNet, isn't it? It seems timm has no PyramidNet too. I need to replicate your result with that model since it shows the...