ersilia-os / eos4cxk

GNU General Public License v3.0
1 stars 0 forks source link

Model Testing #3

Closed GemmaTuron closed 1 year ago

GemmaTuron commented 1 year ago

Hi, This model is ready for testing! Please confirm it works on Colab and CLI.

Thanks

carcablop commented 1 year ago

Hello. This model ran successfully on the CLI and Google Colab (fetch, serve and predict with "eml_canonical.csv" as input). Fetch log:
log_fetch_eos4cxk.txt Link to google colab: https://colab.research.google.com/drive/1UVDV2O9JtEuu9C3l0a01K-xZlVXmBZ2l

This is the output of the model: ouput_cli_eos4cxk.csv

This is the output with one molecule as input: output_predict_onemole_eos4cxk.txt

Femme-js commented 1 year ago

Hi @GemmaTuron !

This model ran successfully on google colab. https://colab.research.google.com/drive/1O8dQ7-sdSZii6WehgasRwCzRDLYqInum

On my CLI, I am getting the following error. The issue seems to be related to the docker image. Do I need to download any specific docker image for this model to run successfully?

eos4cx1k.log

GemmaTuron commented 1 year ago

Hi @Femme-js,

Just to confirm I've also tried fetching the model in my CLI with success. The Docker images are there by default because we are in process of transitioning to Docker, but we haven't yet so you should not run into issues there. Have you pulled the latest version of Ersilia's code?

Femme-js commented 1 year ago

Hello @GemmaTuron

I have pulled the latest changes from ersilia. And it shows the same error still.

eos4cxk3.log

GemmaTuron commented 1 year ago

Hello @Femme-js

Could it be you are running Ersilia from the code you modified in PR https://github.com/ersilia-os/ersilia/pull/606 ? It gives the list out of range error, same as the PR test

GemmaTuron commented 1 year ago

I'll close this as the model is working, just tested in my system