Pass checker parameters in config file
emizan76 opened this issue · 1 comments
emizan76 commented
Since we are going to have an automated submission starting from the 2.0 round, it is a very good idea for all submitters to run the checkers with the same command line parameters.
In the previous 2 submissions submitters varied "at least" the --rcp_bypass and the --rcp_bert_train_samples parameters. So these two should be placed in a config file that will be made part of the submission. The package checker will look for the config file and if it is found, then it will apply the param values specified there. The config file will likely be a json file.
emizan76 commented
Done