-
Notifications
You must be signed in to change notification settings - Fork 643
RuntimeError #670
Comments
Hi everyone, first thanks for your work! I have the same problem as @tonyageall. This error indicates a problem with the structure of the neural network. There is no correspondence between the keys expected, and the keys found by the downloaded model. I try with different models but, I have the same error. How can we fix that? Can anyone help us? Thanks for your answers. |
same question |
I also have the same problems ,by use cuda 11.8 torch 2.0.0 openfold 2.0 Thanks for your answers. |
Same issue:
|
You may refer to issue: 435 for any specific solutions. |
I'm using Pytorch CPU-only, on a ubuntu 18 OS. I'm trying to run ESM-fold. I'm getting the following error:
RuntimeError: Keys 'trunk.structure_module.ipa.linear_kv_points.linear.bias, tru nk.structure_module.ipa.linear_q_points.linear.weight, trunk.structure_module.ip a.linear_q_points.linear.bias, trunk.structure_module.ipa.linear_kv_points.linea r.weight' are missing.
Is this an issue with Pytorch? Or some other dependency?
The text was updated successfully, but these errors were encountered: