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
I tried to use the training script and tutorials you provided here Link to train the model using other datasets.
However, after I sucessfully install the packages using pip install "git+https://github.com/reginabarzilaygroup/Sybil.git"
But when I tried to enter python train.py It mentioned ImportError: cannot import name 'LRScheduler' from 'torch.optim.lr_scheduler'
I've been finding solutions online, and it seems it'a about the versions of torch and transformers cause the issue. However I tried many different version of transformers, but the issue still exits, could you please help me to solve this?
Thank you so much!
The text was updated successfully, but these errors were encountered:
Hi dear authors,
I tried to use the training script and tutorials you provided here Link to train the model using other datasets.
However, after I sucessfully install the packages using
pip install "git+https://github.com/reginabarzilaygroup/Sybil.git"
But when I tried to enter
python train.py
It mentioned ImportError: cannot import name 'LRScheduler' from 'torch.optim.lr_scheduler'I've been finding solutions online, and it seems it'a about the versions of torch and transformers cause the issue. However I tried many different version of transformers, but the issue still exits, could you please help me to solve this?
Thank you so much!
The text was updated successfully, but these errors were encountered: