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
pytorch_lightning.utilities.exceptions.MisconfigurationException: You have asked for amp_level='O2' but it's only supported with amp_backend='apex'. #33
I am trying to fine-tune on a set of sequences, using a A100 GPU and the exact example script from the github mainpage, and it throws this error.
What to do here?