Rostlab / SeqVec

Modelling the Language of Life - Deep Learning Protein Sequences
http://embed.protein.properties
MIT License
116 stars 13 forks source link

Update SeqVec Dependencies and Improve Test Configurability #9

Closed t03i closed 4 years ago

t03i commented 4 years ago

The current poetry dependency list does not include essential packages and unnecessarily forces an old version of pytorch. Additionally, the test function calls are a little bit obscure.

In this PR I updated the dependencies and added appropriately named variables to the test function call.