pytorch/caffe2/python/models
Ben Zhang 1ec0b89361 Memonger Graph Verifier
Summary:
We want to make sure that a graph optimized by memonger doesn't have any possibility of two threads writing into the same output blob at the same time, when blobs are renamed.

Creates a graph where edges are built such that a parents node's output blob is a child node's input blob, and there is no node in between the parent and child node that writes to the same blob. If two nets generate the same such graph, then the "path" of data is the same.

Reviewed By: akyrola

Differential Revision: D5210385

fbshipit-source-id: 6317fc4e16289339b50c2dcd86ec8b32d2d544a5
2017-06-19 00:46:32 -07:00
..
seq2seq Fixes zip/izip for Python 3 2017-06-07 00:04:26 -07:00
__sym_init__.py exec_net --> predict_net 2017-03-23 16:31:49 -07:00
download.py fix download progress bar's percentage exceed 100% 2017-04-20 10:41:06 -07:00
resnet_test.py Memonger Graph Verifier 2017-06-19 00:46:32 -07:00
resnet.py Fix a few typos and grammars in comment 2017-06-14 18:22:39 -07:00