Ariel

Results 1 comments of Ariel

To fix this issue go to ./tape/get_embeddings.py Add to line 4: ProteinBertConfig from tape import ProteinBertModel, TAPETokenizer, ProteinBertConfig Than comment out line ~26: #model = ProteinBertModel.from_pretrained('bert-base') and add instead: config...