Kindn/SimpleNN

Failed to load weights!

Opened this issue · 1 comments

Hi,
here is a bug:
./examples/mnist/recognition ../examples/mnist/imgs/img_5.jpeg
Failed to load weights
How to solve it?
tks

Kindn commented

Hi!
Thanks for your issue!
To solve this bug,you may change weight_path in recognition.cpp to the absolute path of the weigh file.
And I'm going to make the program able to specify the weight file path in the terminal.
Hope this will help you!