protein-sequence-embedding-iclr2019 icon indicating copy to clipboard operation
protein-sequence-embedding-iclr2019 copied to clipboard

Source code for "Learning protein sequence embeddings using information from structure" - ICLR 2019

Results 5 protein-sequence-embedding-iclr2019 issues
Sort by recently updated
recently updated
newest added

Hi! I'd like to integrate this model in another python package ([bio_embeddings](https://github.com/sacdallago/bio_embeddings/)). This requires that the source directory is named after the module and that pip can build a wheel...

I add the data type converter to solve the mismatch problems in PyTorch1.0.0, otherwise it would raise an error.

Edit the README for installation instructions and add requirements.txt to the repo

Hi, I am trying to run your pretrained models on my own machine. However, there is some architecture mismatch between the model and the torch version. For example, I tried...