Kins

Results 8 comments of Kins

That's true! I have tried the code and got the same conclusion with yours.

Sorry, our model has to take both structure tokens and residue tokens as input. Maybe you should utilize AlphaFold to predict the structures.

Mean Pooling and Attention Pooling both work well in our test. (https://huggingface.co/AI4Protein/ProSST-2048/blob/main/modeling_prosst.py#L221)

Hi, thanks for concerning our work. We will release an accelerated PdbQuantizer with multi-thread parallel processing next month.

Accelerated version speed: | Protein Name (Uniprot_ID) | Length (Local structures) | Splitting to local structure | Encoding | | --- | --- | --- | --- | | CCDB_ECOLI_Adkar_2012...

Hi, please check the new quantizer.py. (Make sure that you have installed pathos in your python env.[pip install pathos])

Sorry, ginnm==0.0.2 is a personal package and it is not used in this project. You can refer to https://github.com/tyang816/ProtSSN/blob/master/README.md and create a conda environment.

We will release our training code and data for model fine-tuning, but you can see the model arc for fine-tuning at: [https://huggingface.co/AI4Protein/ProSST-2048/blob/main/modeling_prosst.py](https://huggingface.co/AI4Protein/ProSST-2048/blob/main/modeling_prosst.py) (line 1223).