调试中遇到的torch问题

3 阅读1分钟

from transformers import AdamW error

新版本中transformer已经不支持AdamW,推荐使用 from torch.optim import AdamW,亲测有效