trRosetta2
trRosetta2 copied to clipboard
Error while running trRosetta2
Hi, I get this error while running the pipeline script. No PDB model is generated. Could you please help me out with this ?
Traceback (most recent call last):
File "./get_embeddings.py", line 25, in
Best,
Anupam
I am having the same issues, I noticed the last update was around the same time this was posted. This seems like it's a part of the tape repo which hasn't changed recently. I've followed the install/demo example instructions from scratch a few times and it's always here where I get stuck.
@colinwprice I too could not fix this. Now, I am running RoseTTaFold instead. Runs smoothly.
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 = ProteinBertConfig() model = ProteinBertModel(config)
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 = ProteinBertConfig() model = ProteinBertModel(config)
Hi i tried this but i am still getting the same error can you suggest me an alternate
I don't get this error anymore, but there is no model saved in example/T1078/model/