Skip to content

Commit bd39ba9

Browse files
committed
add mobilenets-tensorflow-to-caffe2/README.md
1 parent d116cec commit bd39ba9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)