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 ?
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 ?
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.
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?
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.