tttianhao / CLEAN

CLEAN: a contrastive learning model for high-quality functional prediction of proteins
MIT License
217 stars 41 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './data/esm_data/D4AXL1.pt' #44

Closed dreamfly999 closed 5 months ago

dreamfly999 commented 6 months ago

Thank you for your job! It really helped me a lot. I tried to train the model under the guidance of the manual, but I encountered an error, as shown below. image When I execute "compute_esm_distance(train_file)" Times error, display "FileNotFoundError: [Errno 2] No such file or directory: './data/esm_data/D4AXL1.pt' ", presumably because only the mutant pt file of the orphan sequence is generated in esm_data, and the pt file of the non-orphan sequence is missing. How can I solve this problem? Thank you very much.