ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
203 stars 131 forks source link

šŸ› Bug: Time-out on colab when fetching model EOS7W6N #447

Closed zheeburg closed 1 year ago

zheeburg commented 1 year ago

Describe the bug.

Model couldnā€™t fetch successfully. While doing predictions, it simply continue to run till break. Then, at that point, I really want to get it once more and do the predictions again but still yet continue to run. I was unable to get any mistake message, it appears to be thatbthe predictions didn't wrap up.

Describe the steps to reproduce the behavior

!ersilia -v fetch eos7w6n model = ErsiliaModel("eos7w6n") model.serve() output = model.predict(input=smiles, output="pandas")

Expected behavior.

No response

Screenshots.

No response

Operating environment

UBUNTU 20.04.1

Additional context

No response

GemmaTuron commented 1 year ago

Hello @zheeburg

I don't understand how did you run predictions if the model did not fetch successfully? Also, do you have any error logs?