We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d116cec commit bd39ba9Copy full SHA for bd39ba9
mobilenets-tensorflow-to-caffe2/README.md
@@ -0,0 +1,18 @@
1
+### Start jupyter notebook
2
+```shell
3
+cd mobilenets-tensorflow-to-caffe2
4
+ipython notebook --ip="*" --port=8391 --notebook-dir=.
5
+```
6
+
7
+### Launch notebook
8
9
+# launch converting tool and run it, it will load mobilenet model of TensorFlow
10
+# from `examples/mobilenets-tensorflow-ckpt` and generate model for Caffe2
11
+convert_mobilenets_tensorflow_to_caffe2.ipynb
12
13
+# verify the result
14
+test_convert_result.ipynb
15
16
17
+### 中文开发者
18
+请参考 [TensorFlow 到 Caffe2 的 MobileNets 转换器](https://lhcheung1991.github.io/blogs/2017/08/24/convert-mobilenet-from-tensorflow-to-caffe2.html)
0 commit comments