conradry / pytorch-rgn

Recurrent Geometric Network in Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-rgn

This is an unofficial implementation of the Recurrent Geometric Network as described in the paper End-to-End Differentiable Learning of Protein Structure. It is still a work in progress. I haven't tested the model on the ProteinNet dataset that the paper uses, so I cannot confirm that the model successfully reproduces the reported results.

At the current stage this repository is primarily useful as a guide. It does contain a correct, working model in the rgn notebook.

About

Recurrent Geometric Network in Pytorch


Languages

Language:Jupyter Notebook 60.3%Language:Python 39.7%