-
Notifications
You must be signed in to change notification settings - Fork 39
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
RuntimeError: Sizes of tensors must match except in dimension 0 #21
Comments
I think RoseTTAFold2/network/predict.py Line 214 in 703d56e
should be Ls_blocked.append(msa_i.shape[1])
|
Isn't there a potential problem in randomly altering the given values in the code when it comes to prediction? |
There is a potential problem. |
Actually this example is a multimer and should add |
Hi, I'm trying to run model using an example file, but there's an error.
$ ../run_RF2.sh rcsb_pdb_8HBN.fasta -o 7UGF
How can I solve this problem?
The text was updated successfully, but these errors were encountered: