During the submission.
I got an error when I restore my model.
Message type "tensorflow.MetaGraphDef" has no field named "version"..
This problem is rare.I google it and has little result.But the model runs fine in the GCP. I try many way to figure out. Finally I try not use the “git lfs” but normal git push the .meta file and problem solved.
Then I got another error:
not an sstable (bad magic number)
and I tried to normal git push the other model files. Lots of them was pushed. Except a file about 81mb.
When I push it. Shows the error
fatal: pack exceeds maximum allowed size.
I use git lfs, and submission failed. It shows
Checksum does not match:
I google it , Lots of people tell the error occurred by using the wrong file.
I can run my model on GCP. So I think it is just occurred by the git lfs.
I google it, use the
git config http.postBuffer 52428800
git config -l
not useful.And I can’t find any place to change the limit.
There is someone can help me solve this problem?
Hi, Mohanty. There is the “pending” problem again.
Evaluation Logs (Debug Mode)
This is a debug mode to test out your submission in AICrowd environment, the actual scores for this submission will not be reflected back to leaderboard.
State : Evaluation Pending
Total Execution Time : 12634s
Evaluation Logs (Debug Mode)
This is a debug mode to test out your submission in AICrowd environment, the actual scores for this submission will not be reflected back to leaderboard.
State : Evaluation Pending
Total Execution Time : 9919s
@Petero@kenshi_abe
Thanks for reporting. We noticed problem in our inter-container communication, due to which multiple submissions were stuck in pending state (including yours).
The issue has been fully resolved now and re-evaluation is triggered on all the affected submissions. Please let us know if you still face any issue.
I have used the git-lfs to push the large files to our project. But it still cannot work, can you do some help or give me some advice. I have already create a topic here:Error uploading fail
And when I try to use HTTP to connect the gitlab project, I don’t know how to activate the personal access token, because after I successfully create the token, I cannot see it from the list below.
Thank you very much!!!