Although there are so many frameworks for deeplearning engineers to develop their algorithms, you can't just finish you work with one chop of the axe. For example, you may want to train your network on TensorFlow but deploy it on Caffe2.
Maybe ONNX could be one of your axes, but it doesn't support TensorFlow now...
This project aims to offer convertors for some specific networks, like MobileNets from TensorFlow to Caffe2
.
Please refer to specific README.md
for the usages.
Network | From | To | Code Folder | Detail |
---|---|---|---|---|
MobileNets | TensorFlow | Caffe2 | mobilenets-tensorflow-to-caffe2 | TensorFlow 到 Caffe2 的 MobileNets 转换器 |