Baseline Script?

Baseline Script?  

  By: prachi12nagpal on Feb. 9, 2022, 10:03 a.m.

Is there any baseline script available that can be tested initially to avoid fail/errors of submission container ?

Re: Baseline Script?  

  By: coendevente on Feb. 9, 2022, 10:07 a.m.

Yes, we provide a dummy example here: https://github.com/qurAI-amsterdam/airogs-example-algorithm. Also, you can submit to Preliminary Phase 1 much more often than to the other phases to test whether your algorithm runs properly on the Grand Challenge plaform.

Hope that helps.

Re: Baseline Script?  

  By: prachi12nagpal on Feb. 9, 2022, 10:25 a.m.

I cannot see any baseline train script for classification algorithm under

from evalutils import ClassificationAlgorithm

Am I missing something here?

Re: Baseline Script?  

  By: coendevente on Feb. 9, 2022, 10:33 a.m.

Ah, sorry then I misunderstood. We do not provide a script for training at the moment. Just a template for a Docker container, in which you should put your own trained model.

Re: Baseline Script?  

  By: prachi12nagpal on Feb. 9, 2022, 10:35 a.m.

cool, this helps.