Haffon

Results 3 issues of Haffon

the command line tool demo (xfdnn_compiler_caffe_vgg16.sh) in examples directory unable to run as only .pyc is provided under xfdnn directory. Fixed replace calling xfdnn_compiler_caffe.py with xfdnn_compiler_caffe.pyc.

ml-suite/examples/compile/xfdnn_compiler_caffe_deephi.sh need models/caffe/deephi/fp32/inception_v1_pruned_v3_deploy.prototxt but unable to find it inside models_2018-12-14.zip with this download url: https://www.xilinx.com/products/acceleration-solutions/xilinx-machine-learning-suite.html#gettingStartedU200

ml-suite/examples/compile/xfdnn_compiler_caffe_resnet.sh Ln 29,38 -w /wrk/acceleration/MLsuite/master/models/caffe/resnet/int8/resnet50_without_bn.caffemodel \ it should be -w $MLSUITE_ROOT/models/caffe/resnet/fp32/resnet50_without_bn.caffemodel \