ERROR with AdamW
#511
by
DAARNIE
- opened
AdamW optimizer has been moved in newer versions of the Hugging Face transformers library. either downgrade to transformers==3.5.1
or change this import to from torch.optim import AdamW
Thank you - this should be addressed in the current updated version.
ctheodoris
changed discussion status to
closed