Hi @alfarzan,
I am trying to make a submission via a python colab notebook and in this particular setting I save my set of models in a folder and then load these from the same folder when necessary. However, in the last step of the procedure when I execute %aircrowd_submit the code fails and by having a quick look at the traceback it seems that the problem arise from the function copy_model_file(cfg) in aircrowd_helpers.py which if I am not mistaken has not been designed to handle folders containing models whilst instead seems to work fine with a single model object. So my question is, could you please let me know how can I overcome this issue, so that I can easily lunch %aircrowd_submit and make sure that my model folder is then copied into the submission folder without any error?
Thanks in advance.