You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your great work! I notice that both local_loss and gather_with_grad are set to True in LIFT/configs/lift_vit_b16_128m.yaml. However, since local_loss is set to True, we do not need grad for features from other ranks, right?
Hi,
Thanks for your great work! I notice that both local_loss and gather_with_grad are set to True in LIFT/configs/lift_vit_b16_128m.yaml. However, since local_loss is set to True, we do not need grad for features from other ranks, right?