J-SNACKKB / FLIP

A collection of tasks to probe the effectiveness of protein sequence representations in modeling aspects of protein design
Academic Free License v3.0
91 stars 14 forks source link

No module named 'sequence_models' #8

Open yutongo opened 2 years ago

yutongo commented 2 years ago

Hi, very interesting work. It fails to load Attention1d in baselines/models.py. Is it missing in this repo? Thanks.

yangkky commented 2 years ago

Hi!

You can get that here: https://github.com/microsoft/protein-sequence-models in sequence_models/structure.py

We'll make a commit that fixes the import soon.