Files
pytorch/caffe2/python/operator_test
Geet Sethi 2dc8851206 RNN Workspace Blob Extraction
Summary:
Added operator RecurrentNetworkBlobFetcherOp that takes as input a scratch workspace name and prefix, and copies over all blobs in the scratch workspace into the global workspace. This essentially extracts all intermediate recurrent network computation for each timestep.

Added a wrapper in recurrent.py - retrieve_step_blobs(net, prefix='rnn') - which, when called after an rnn is run, will return a list of all blobs extracted from the net.

Reviewed By: akyrola

Differential Revision: D5421926

fbshipit-source-id: 0f35b466d77d3c719fb0e32de7dbcafc6c0d5225
2017-07-17 10:24:18 -07:00
..
2017-06-21 11:47:13 -07:00
2017-06-08 13:34:46 -07:00
2017-06-15 22:51:12 -07:00
2017-07-10 17:52:25 -07:00
2017-06-23 13:22:16 -07:00
2017-07-07 23:06:11 -07:00
2017-07-10 16:04:45 -07:00
2017-06-22 13:50:32 -07:00
2017-06-17 08:47:38 -07:00