Open Dowson0 opened 17 hours ago
root@autodl-container-f7da119752-4edfb525:~/autodl-tmp/RNA-FM-main/redevelop# python launch/predict.py --config="prete.fasta" --save_dir="./resuts" --save_frequency 1
work_dir:/root/autodl-tmp/RNA-FM-main/redevelop/.
2024-11-19 19:21:00,714 prediction INFO: Using 1 GPUS, GPU ID: 0
2024-11-19 19:21:00,715 prediction INFO: Loaded configuration file pretrained/ss_prediction.yml
2024-11-19 19:21:00,715 prediction INFO: Model File:pretrained/Models/SS/RNA-FM-ResNet_PDB-All.pth
2024-11-19 19:21:00,715 prediction INFO: Batch Size:1
2024-11-19 19:21:00,715 prediction INFO: Threshold:0.33993712
2024-11-19 19:21:00,715 prediction INFO: Prediction Dataset: ./data/examples/example.fasta
Traceback (most recent call last):
File "/root/autodl-tmp/RNA-FM-main/redevelop/launch/predict.py", line 236, in
Hello, thank you for developing RNA-FM. I want to use this software to generate RNA secondary structure. I have put RNA-FM_pretrained.pth into the pretrained folder. But when I start training,
python launch/predict.py --config="pretrained/ss_prediction.yml" \ --data_path="./data/examples/example.fasta" --save_dir="./resuts" \ --save_frequency 1it
appears to download the model. Due to my slow network, the download takes 65 hours. How can I solve this problem? ![Uploading 屏幕截图 2024-11-19 170513.jpeg…]()