Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1cfe10

Browse files
author
James Reed
committed
add text
1 parent 4a97839 commit e1cfe10

2 files changed

Lines changed: 60 additions & 4 deletions

File tree

tutorials/Caffe2OnnxExport.ipynb

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
2-
"cells": [],
3-
"metadata": {},
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Exporting models from Caffe2 to ONNX\n",
8+
"\n",
9+
"Coming soon!"
10+
]
11+
}
12+
],
13+
"metadata": {
14+
"kernelspec": {
15+
"display_name": "Python 3",
16+
"language": "python",
17+
"name": "python3"
18+
},
19+
"language_info": {
20+
"codemirror_mode": {
21+
"name": "ipython",
22+
"version": 3
23+
},
24+
"file_extension": ".py",
25+
"mimetype": "text/x-python",
26+
"name": "python",
27+
"nbconvert_exporter": "python",
28+
"pygments_lexer": "ipython3",
29+
"version": "3.6.3"
30+
}
31+
},
432
"nbformat": 4,
533
"nbformat_minor": 2
634
}

tutorials/OnnxCaffe2Import.ipynb

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
{
2-
"cells": [],
3-
"metadata": {},
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Importing models from ONNX to Caffe2\n",
8+
"\n",
9+
"Coming soon!"
10+
]
11+
}
12+
],
13+
"metadata": {
14+
"kernelspec": {
15+
"display_name": "Python 3",
16+
"language": "python",
17+
"name": "python3"
18+
},
19+
"language_info": {
20+
"codemirror_mode": {
21+
"name": "ipython",
22+
"version": 3
23+
},
24+
"file_extension": ".py",
25+
"mimetype": "text/x-python",
26+
"name": "python",
27+
"nbconvert_exporter": "python",
28+
"pygments_lexer": "ipython3",
29+
"version": "3.6.3"
30+
}
31+
},
432
"nbformat": 4,
533
"nbformat_minor": 2
634
}

0 commit comments

Comments
 (0)