Forums

git lfs pickle file

I have saved my ml model in the pickle file format. Then I uploaded it on GitHub so that I can clone it on pythonanywhere. Since the pickle file was too large I added it by converting it to a git lfs file. Now when I am trying to run this file from Django views.py on pythonanywhere it is giving me a key error. I think the git lfs has altered the file. I don't know the workaround to rectify this issue.

what if you try to just upload the pickle file manually first, and see if that works? (from the file browser)

how big is the file btw?