We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(env_pytorch) C:\Users\super\OneDrive\Desktop\research\sqlova>python3 train.py --seed 1 --bS 16 --accumulate_gradients 2 --bert_type_abb uS --fine_tune --lr 0.001 --lr_bert 0.00001 --max_seq_leng 222 Traceback (most recent call last): File "C:\Users\super\OneDrive\Desktop\research\sqlova\train.py", line 10, in from matplotlib.pylab import * ModuleNotFoundError: No module named 'matplotlib'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(env_pytorch) C:\Users\super\OneDrive\Desktop\research\sqlova>python3 train.py --seed 1 --bS 16 --accumulate_gradients 2 --bert_type_abb uS --fine_tune --lr 0.001 --lr_bert 0.00001 --max_seq_leng 222
Traceback (most recent call last):
File "C:\Users\super\OneDrive\Desktop\research\sqlova\train.py", line 10, in
from matplotlib.pylab import *
ModuleNotFoundError: No module named 'matplotlib'
The text was updated successfully, but these errors were encountered: