Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'ExponentialTrainer' object has no attribute 'deepspeed' #62

Open
Eskartur opened this issue Jun 19, 2023 · 1 comment

Comments

@Eskartur
Copy link

Eskartur commented Jun 19, 2023

Traceback (most recent call last):
File "run.py", line 139, in
train(trainer, training_args.resume_from_checkpoint, last_checkpoint)
File "run.py", line 26, in train
train_result = trainer.train(resume_from_checkpoint=checkpoint)
File "/home/***/P-tuning-v2/training/trainer_exp.py", line 369, in train
if self.deepspeed:
AttributeError: 'ExponentialTrainer' object has no attribute 'deepspeed'

@Eskartur
Copy link
Author

I encountered this error when running CoNLL12 on BERT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant