Skip to content

Commit

Permalink
Added explicit 'NHWC' order for all image-related operators. Also rem…
Browse files Browse the repository at this point in the history
…oved unnecessary write-back in the notebook.
  • Loading branch information
Yangqing committed Oct 26, 2015
1 parent ed00c01 commit fe2ee9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions multibox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
"# net is the network definition.\n",
"net = caffe2_pb2.NetDef()\n",
"net.ParseFromString(open('multibox_net.pb').read())\n",
"with open('multibox_net.pb', 'w') as fid:\n",
" fid.write(net.SerializeToString())\n",
"\n",
"# tensors contain all the parameters used in the net.\n",
"# The multibox model is relatively large so we have stored the parameters in multiple files.\n",
Expand Down
Binary file modified multibox_net.pb
Binary file not shown.

0 comments on commit fe2ee9a

Please sign in to comment.