You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm new to deepgo and Linux and am attempting to run deepgo2 on my own fasta file, but am getting a time out error.
python predict.py -if example.fasta -d cuda
I was wondering how long it should take to make one prediction? I'm running on 1 a-100-GPU and with a memory of 70 GBs. is there's anything I'm doing wrong in terms of how the path is presented/where the example file should be relative to the predict.py file. Thanks so much, would appreciate any help!
The text was updated successfully, but these errors were encountered:
Hi, it should be quite fast on a A-100 GPU. But, when you run it first time it downloads ESM2 model which may take some time depending on your internet. Can you provide the output?
Another quick question – I'd like to train and test the model on my own data. Is there a format/file structure that would allow me to do so most fluidly and with the least amount of modifications to train.py?
Hi! I'm new to deepgo and Linux and am attempting to run deepgo2 on my own fasta file, but am getting a time out error.
python predict.py -if example.fasta -d cuda
I was wondering how long it should take to make one prediction? I'm running on 1 a-100-GPU and with a memory of 70 GBs. is there's anything I'm doing wrong in terms of how the path is presented/where the example file should be relative to the predict.py file. Thanks so much, would appreciate any help!
The text was updated successfully, but these errors were encountered: