Closed github-actions[bot] closed 1 year ago
@GemmaTuron, I tested the model using Ersilia CLI, eml_eos2lqb_cli_preds.csv and DockerHub, eml_eos2lqb_docker_preds.csv and it works well.
Hello @GemmaTuron I have tested the model on CLI and Colab. It works well on CLI but i got error while fetching it on Colab, even though i've tried 3 4 times on Colab to fetch it but the error persists, i'm attaching the outputs of both eos2lqb_out.csv eos2qlb_Colab_log.txt
I've tried it with DockerHub and the image is working fine. I've checked it for single smile string so here's the output
# ersilia api run -i "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
{
"input": {
"key": "MCGSCOLBFJQGHM-SCZZXKLOSA-N",
"input": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1",
"text": "Nc1nc(NC2CC2)c3ncn([C@@H]4C[C@H](CO)C=C4)c3n1"
},
"output": {
"outcome": [
0.8050067155067155,
0.6978767675836487
]
}
}
I hadn't tested it on Colab. I will test it and give the feedback.
Sure @HellenNamulinda, it keep failing at my side.
@ZakiaYahya, I've tested the model on Colab and it worked successfully. This is the notebook I used and these are the predictions, eos2lqb_output.csv
I'm going to go through your log file tomorrow and share my thoughts.
Perfect thanks for the. testing, I'll close this issue!
This model is ready for testing. If you are assigned to this issue, please try it out using the CLI, Google Colab and DockerHub and let us know if it works!