Github template

Github template  

  By: mustangs007 on Nov. 22, 2023, 5:42 p.m.

Hi Team, I see two template in github repo ProstateCancerRiskPredictionEvaluation ProstateCancerRiskPrediction

which is to be used while sumbitting script in validation test cases, do we have to combine both together or to use this one only ProstateCancerRiskPrediction Could anyone please help me here Thanks

Re: Github template  

  By: khatridhruv on Nov. 23, 2023, 4:27 a.m.

ProstateCancerRiskPrediction Algorithm is the template. The process.py and Dockerfile are the key files. Here are the steps I took for a successful submission : (1) cloned ProstateCancerRiskPrediction Algorithm (2) Updated requirements.txt with modules used in my envn (I use pip compile for this) (3) Replace my inference code in process.py (4) Created a duplicate processLocal.py of process.py to test the local file on my machine. (5) Build the docker image (6) Tested processLocal.py (7) Repeat (5) & (6) untill all errors are gone. Then you can either create a docker image and upload or push your changes to a GIT and link it to the submission page.

It can be a little frustrating , It was my first time working with dockerfiles . If anyone knows a better way please let me know. Best.