ASAM
ASAM copied to clipboard
Implementation of ASAM: Adaptive Sharpness-Aware Minimization for Scale-Invariant Learning of Deep Neural Networks, ICML 2021.
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...