lindsey98 / Phishpedia

Official Implementation of "Phishpedia: A Hybrid Deep Learning Based Approach to Visually Identify Phishing Webpages" USENIX'21
120 stars 38 forks source link

Error: _pickle.UnpicklingError: invalid load key, 'v'. #7

Closed lindsey98 closed 2 years ago

lindsey98 commented 2 years ago

When you meet this error when loading the model Try download models from here: https://drive.google.com/drive/folders/1rCEqhu1CS8tphwDKoxsCRh5t1PXfSceH?usp=sharing And put them into the corresponding directories

lindsey98 commented 2 years ago

The problem can be easily solved by installing Git LFS (https://git-lfs.github.com/) to the machine you use. After installing Git LFS, the clone process will download all the files correctly. Or if you have cloned this repo, you can simpy run git lfs pull to update your files.

The problem originates from the large files management by Github https://docs.github.com/en/repositories/working-with-files/managing-large-files.