FROM KERAS TO CAFFE

Posted

Keras is a great tool to train deep learning models, but when it comes to deploy a trained model on FPGA, Caffe models are still the de-facto standard. Unfortunately, one cannot simply take a model trained with keras and import it into Caffe. The reason is twofold: first, Caffe doesn’t offer any import functions from […]