Hey allI want to execute the .sh file for quantizing the squeezenet model. I've used "make all" to produce the "build" folder. But still, I can not execute it because I encounter the following error:
./00_quantize_squeezenet.sh: 4: ./00_quantize_squeezenet.sh: ./build/tools/ristretto: not found
the .sh file has been attached. The second line has "set -e". and also when I erase the "set -e", I encounter the following error:
./00_quantize_squeezenet.sh: 6: ./00_quantize_squeezenet.sh: --model=models/SqueezeNet/train_val.prototxt: not found
How can I resolve my problem? any help would be appreciated.