matthewearl / deep-anpr

Using neural networks to build an automatic number plate recognition system
MIT License
1.85k stars 697 forks source link

Issue with creation of weights.npz #56

Open namanpandey13 opened 7 years ago

namanpandey13 commented 7 years ago

I got train.py to run successfully and it started running, which is showing the loss at around 1300, and other relevant parameters. However, when I (Ctrl + Z)'d it, it did not create a weights.npz file in my directory. What might be the reason for this? I have a Dell Inspiron 3542 (2015), with 4gigs of RAM and an Intel i5 processor, I did not use GPU while training and ran it for roughly 3 hours.

No .npz file was created, can somebody please tell me how to go about it?

TruongQToan commented 7 years ago

KeyboardException is thrown when you hit Ctrl+C, not Ctrl+Z.

namanpandey13 commented 7 years ago

Thanks for your reply TruongQToan, but even Ctrl+C does not generate the weights.npz file. What am i still doing wrong?