I’ve followed the instructions to submit a model and I get the following error. It’s like my model weights file is too large even with git lfs? It’s just around 200MB. I’ve tried with both HTTPS and SSH but same problem.
Is that expected it’s using ‘mosquitoalert-2023-phase2-starter-kit’ repo (hard coded in submit.sh) even if my project is named differently (during the fork)? submit.sh create the additional repo where I’ve no code.
python local evaluation works fine.
./submit.sh 'Test'
Making submission as "MYACCOUNT"
Checking git remote settings...
Using gitlab.aicrowd.com/MYACCOUNT/mosquitoalert-2023-phase2-starter-kit as the submission repository
Updated git hooks.
Git LFS initialized.
[master b69368d] Changes for submission-Test
1 file changed, 0 insertions(+), 0 deletions(-)
rewrite my_models/MYMODEL/weights/best_model.pth (99%)
Uploading LFS objects: 100% (2/2), 232 MB | 1.1 MB/s, done.
Enumerating objects: 372, done.
Counting objects: 100% (372/372), done.
Delta compression using up to 20 threads
Compressing objects: 100% (313/313), done.
Writing objects: 100% (372/372), 205.95 MiB | 15.85 MiB/s, done.
Total 372 (delta 94), reused 203 (delta 49)
remote: fatal: pack exceeds maximum allowed size
error: remote unpack failed: index-pack abnormal exit
To https://gitlab.aicrowd.com/MYACCOUNT/mosquitoalert-2023-phase2-starter-kit.git
! [remote rejected] master -> master (unpacker error)
error: failed to push some refs to 'https://oauth2:xxxxxx@gitlab.aicrowd.com/MYACCOUNT/mosquitoalert-2023-phase2-starter-kit.git'
I’ve started again from scratch without modifying projet name when forking and carefully install git lfs before any commit and track all pt and pth files: