-
Notifications
You must be signed in to change notification settings - Fork 32
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
cuda issue #12
Comments
AttributeError: module 'config' has no attribute 'max_seq_len' |
It will work both on cpu and cuda. |
It is not working on cpu since there is a statement which is gpu specificl "line 20 trainer.py" |
TypeError: expected Byte (got Bool) |
@DivyaWadehra |
segmentation fault while training and the torch_scatter is installed |
Please describe your python and pytorch version. |
My python version is 3.7 and torch version is 1.4.0, when i installed torch-scatter, i got an error "command 'gcc' failed with exit status 1", and i can't fix it , is there a substitude for torch-scatter? I can train the model with use_pointer=False, the val loss didn't drop until it reached around 4.42, is it normal? What should the val loss be with pointer network? Thank you! |
@pzxbjx Regarding the installation of torch-scatter, please refer to this repo. |
will it not work without cuda, on cpu?
The text was updated successfully, but these errors were encountered: