-
Notifications
You must be signed in to change notification settings - Fork 22
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
Peptide Modification: RuntimeError: Dimension out of range (expected to be in range of [-1, 0], but got 1) #4
Comments
Hi, I still cannot reproduce this error. I used exactly the same datasets and command: python capsule_network_emb_cpu.py and got the result:
What's your PyTorch version? |
I tried pytorch-cpu 0.4.1 and pytorch 0.4.0 from
|
This is my minimal python environment
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used a dataset with modifications encoded as "1" and "2".
data.txt
And the same data with all modified peptides removed.
data_no_mods.txt
With the modified peptides, I got this error:
The text was updated successfully, but these errors were encountered: