Skip to content

Releases: Rostlab/EAT

Remove bio_embeddings dependency

05 Aug 19:45
b10ce20

Choose a tag to compare

This release removes the dependency on bio_embeddings.
This speeds-up EAT-based inference via ProtT5 (now default embedder) and removes most of the dependencies.
There is still an BioEmbEmbedder class (currently unused) which shows how embeddings can be again computed via bio_embeddings for backward compatibility and more flexibility on use-cases.

First release of embedding-based annotation transfer (EAT)

16 Nov 08:16
a5a5ab8

Choose a tag to compare

This is the initial release for annotation transfer between proteins using embedding-based annotation transfer (EAT).