Cannot upload trained model to gitlab.aicrowd

It says that the size is too big. What should we do? @mohanty

@liberifatali: You can use git-lfs to add large files to your repository. Here are some instructions : https://dzone.com/articles/git-lfs-why-and-how-to-use

Best of luck

1 Like

I used git-lfs.
Now how to debug if anything goes wrong when submitting?

Well, if you use git-lfs correctly, then the debugging of your submission would be the same as any other submission ? If you have a concrete pain point where you are stuck, we would be happy to help !

I am getting an error pack exceeds maximum size

git push aicrowd submission-v0.3
Locking support detected on remote “aicrowd”. Consider enabling it with:
$ git config lfs.https://gitlab.aicrowd.com/*/info/lfs.locksverify true
Uploading LFS objects: 100% (12/12), 146 MB | 3.4 MB/s, done
Counting objects: 71, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (69/69), done.
remote: fatal: pack exceeds maximum allowed size
error: pack-objects died of signal 13MiB | 1.62 MiB/s
error: failed to push some refs to 'git@gitlab.aicrowd.com:
.git’

I get same error with git and git-lfs

Any idea what is the issue? Size including weights is less than 200 MB

Its working now after I redid the whole thing and was able to push a submission. However I see the image built successfully but failed after that.I am not able to see any logs. Where can I see the error / log information of why it failed.

[aicrowd-bot @aicrowd-bot added [Failed] label after [image_built_successfully]