PaddlePaddle / PaddleHelix

Bio-Computing Platform Featuring Large-Scale Representation Learning and Multi-Task Deep Learning “螺旋桨”生物计算工具集
Apache License 2.0
805 stars 190 forks source link

Implementing the RosettaFold model in PaddleHelix #147

Closed riversdark closed 2 years ago

riversdark commented 2 years ago

Hi I'm interested in reimplementing the RossettaFold 3D protein structure prediction model in PaddleHelix (the model is written originally in PyTorch), but I'm still quite new with PaddleHelix so I thought that I should ask around a bit before I get down to actually do it.

Basically I want to reimplement the model in PaddleHelix so I think I should discuss it here for some general suggestions. Comments are highly appreciated!

SuperXiang commented 2 years ago

Hi there, thanks for your interest. We are open to cooperation and you can PR to the repo. As for RoseTTAFold, I think everything except training part is in the original repo. Please keep following our repo for the latest news and updates.