Validation Algo submission error

Validation Algo submission error  

  By: mustangs007 on Nov. 20, 2023, 6:59 p.m.

Hi Team when i am testing my algorithm, it is succesfully giving result but when i sumitting it for validation run, it is failing and i am not even able to to see log or error

how i will be able to rectify this could anyone please help

i also noticed in training data in JSON, it is age as var name but while testing it is asking to put patient_age as var name is this the issue? Please help anyone thanks

Re: Validation Algo submission error  

  By: alvaroparicio on Nov. 21, 2023, 7:55 a.m.

Hi,

Please use patient_age as the name of the variable, let us know if that fixes your issue.

Re: Validation Algo submission error  

  By: mustangs007 on Nov. 21, 2023, 12:50 p.m.

Hi Thanks for the response i did by taking var name as patient_age, and my algo is running try algo test successfully,

but when i am passing same algo to validation set, it is throwing error and i am not able to see that error could you please help on this, thanks

Re: Validation Algo submission error  

  By: alvaroparicio on Nov. 21, 2023, 2:13 p.m.

Hi, You cannot see the logs of your submissions, it's something that the grand-challenge platform does to protect the validation data. Hope we could help.

Re: Validation Algo submission error  

  By: mustangs007 on Nov. 21, 2023, 2:47 p.m.

got it, but how i will rectify it, because in test my algo it is not throwing any error?

Re: Validation Algo submission error  

  By: mustangs007 on Nov. 22, 2023, 4:52 p.m.

Hi anyone in the team, has any idea on this please

thanks

Re: Validation Algo submission error  

  By: alvaroparicio on Nov. 23, 2023, 9 a.m.

Hi, You can increase your logging so you can find where it fails. In these situations it is most likely memory usage as that often doesn’t exit cleanly and your container often does not report the process being killed. You can try requesting a larger instance type, up to 32GB. If that is not sufficient then you need to reduce your memory usage. Hope we could help.