This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Description
I am running the latest ml-suite caffe docker container following the instructions in the "getting started". The container is run on an AWS F1 instance on the latest ml-suite AMI. After successfully running the run_docker.sh script, I have tried 2 different examples, which are the jupyter notebook yolo v2 example [1] and the SSD VOC caffe [2] example. In both cases I am able to quantize and compile the model. However when I start to communicate with the fpga (cell/step 6 in [1] and 'prepare a model for inference'in [2]) both returns an error:
AttributeError: 'module' object has no attribute 'createHandle'
I have run source /../overlaybins/setup.sh
please advise.
[1] https://github.com/Xilinx/ml-suite/blob/master/notebooks/object_detection_yolov2.ipynb
[2] https://github.com/Xilinx/ml-suite/blob/master/examples/caffe/ssd-detect/README.md