BashirHilaly / GPT-2-EssayWriter

Essay writer that gathers training data from the one of two sites and trains it on a gpt-2 medium model.
MIT License
0 stars 1 forks source link

Issue in running #2

Open Midnight1938 opened 4 years ago

Midnight1938 commented 4 years ago

File "main.py", line 9, in from transformers import AdamW, WarmUp, get_linear_schedule_with_warmup ImportError: cannot import name 'WarmUp' from 'transformers' (/home/user/.local/lib/python3.8/site-packages/transformers/init.py)

OG4EVER commented 3 years ago

i have the same error

Traceback (most recent call last): File "main.py", line 9, in from transformers import AdamW, WarmUp, get_linear_schedule_with_warmup ImportError: cannot import name 'WarmUp' from 'transformers' (/usr/local/lib/python3.8/dist-packages/transformers/init.py)\

Neither pytoh 2 or 3 will run it\