When I try to submit a file along with submission metadata using the --large flag with EvalAI-CLI, only the default_submission_meta_attributes are properly assigned and not the additional submission_meta_attributes. The problem might be that the function upload_file_using_presigned_url does not currently accept and handle those additional attributes but make_submission does.
When I try to submit a file along with submission metadata using the
--largeflag with EvalAI-CLI, only thedefault_submission_meta_attributesare properly assigned and not the additionalsubmission_meta_attributes. The problem might be that the functionupload_file_using_presigned_urldoes not currently accept and handle those additional attributes butmake_submissiondoes.