Aftaab99 / OfflineSignatureVerification

Writer independent offline signature verification using convolutional siamese networks
MIT License
84 stars 29 forks source link

invalid load key, '\xef'. #11

Closed adishijha closed 3 years ago

adishijha commented 3 years ago

Server error in VS code

Aftaab99 commented 3 years ago

Just tried running the project again, just to confirm. Its working fine for me. Most probably the pretrained model that got downloaded got corrupted for some reason, as others who encountered this say.

Try deleting the Models/ directory and running DownloadData.py again. I'm not really able to reproduce this error, and most probably its just a issue of the file being corrupted.

Also make you sure you are using a version of PyTorch 0.4.1(or above) and Python3.5+.

Thanks for reporting. Feel free to reopen the issue if need be.