Immediate crash upon running ColabFold's AF2 w/ MMseqs2
Below are the error messages that result, centering on import errors in loading the different parts of the Colab. Perhaps there's updating of AF2 to 2.1.1? Thx, FB
ImportError Traceback (most recent call last)
9 frames
/usr/local/lib/python3.7/dist-packages/colabfold/batch.py in
/usr/local/lib/python3.7/dist-packages/alphafold/model/model.py in
/usr/local/lib/python3.7/dist-packages/alphafold/model/features.py in
/usr/local/lib/python3.7/dist-packages/alphafold/model/tf/input_pipeline.py in
/usr/local/lib/python3.7/dist-packages/alphafold/model/tf/data_transforms.py in
/usr/local/lib/python3.7/dist-packages/alphafold/model/tf/shape_helpers.py in
/usr/local/lib/python3.7/dist-packages/tensorflow/init.py in
/usr/local/lib/python3.7/dist-packages/tensorflow/python/init.py in
/usr/local/lib/python3.7/dist-packages/tensorflow/python/eager/context.py in
/usr/local/lib/python3.7/dist-packages/tensorflow/python/client/pywrap_tf_session.py in
ImportError: SystemError: <built-in method contains of dict object at 0x7ffa9203aeb0> returned a result with an error set
And I forgot to mention that Deepmind's AF Colab seems to run well (albeit sooo slowly, as usual) and isn't affected by the other ColabFold import problems
I can reproduce the issue, but I am not sure whats broken. I'll update you once we know more.
Thanks Milot! And also, is an update to AF2.1.2 imminent? Cheers, FB
Sent from my iPhone
On Feb 2, 2022, at 1:38 PM, Milot Mirdita @.***> wrote:
I can reproduce the issue, but I am not sure whats broken. I'll update you once we know more.
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.
I don't think there are a lot of relevant changes for ColabFold in 2.1.2, we don't use the JackHMMer based pairing pipeline. The amber GPU relaxation is something that we tried before that we could. I think we will take a closer look in the next few days.
The notebook should work again (you might have to do a colab factory reset under Runtime->Factory reset runtime first).