All Projects → IBM → fold2seq

IBM / fold2seq

Licence: Apache-2.0 license
Code for Fold2Seq paper from ICML 2021

Programming Languages

python
139335 projects - #7 most used programming language

[ICML2021] Fold2Seq: A Joint Sequence(1D)-Fold(3D) Embedding-based Generative Model for Protein Design

Fold2Seq Architecture

Environment file:

Data and Feature Generation:

  • Go to data/ and check the README there.

How to train the model:

  • go to src/ and run:

python train.py --data_path $path_to_the_data_dictionary --lr $learning_rate --model_save $path_to_the_saved_model

How to generate sequences:

  • go to src/ and run:

python inference.py --trained_model $path_to_the_trained_model --output $path_to_the_output_file --data_path $path_to_the_data_dictionary

Fold2Seq generated structures against natural structures:

Fold2Seq structures

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].