westlake-repl / SaProt

[ICLR'24 spotlight] Saprot: Protein Language Model with Structural Alphabet
MIT License
323 stars 32 forks source link

missing pad_sequences #7

Closed igortru closed 11 months ago

igortru commented 11 months ago

esm_foldseek_dataset.py:

label_ids = pad_sequences(label_ids, -1)

NameError: name 'pad_sequences' is not defined

please , close issue , I have found function and just copied to my file.