Bitsream file

I want to perform cnn implementation in pynq-z2 board. already I trained a pretrained cnn model for custom dataset(classification of images in cifar dataset). The model weights are saved in .h5 file format which is a float value. Now how to implement it in pynq board for testing and predicting the image class?