protein-sequence-embedding-iclr2019
protein-sequence-embedding-iclr2019 copied to clipboard
Source code for "Learning protein sequence embeddings using information from structure" - ICLR 2019
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...