EAT icon indicating copy to clipboard operation
EAT copied to clipboard

Embedding-based annotation transfer (EAT) uses Euclidean distance between vector representations (embeddings) of proteins to transfer annotations from a set of labeled lookup protein embeddings to que...

Results 2 EAT issues
Sort by recently updated
recently updated
newest added

Dear @mheinzinger Where can I download the pre-computed lookup embeddings for the databases? https://github.com/Rostlab/EAT/tree/main?tab=readme-ov-file#pre-computed-lookup-embeddings

The following works fine for me: ``` python eat.py --lookup test.fasta --queries test.fasta --output test/ ``` But when I add `--use_tucker 1` I get: ``` Start loading ProtT5... Finished loading...