pytorch/caffe2/python/helpers
Yiming Wu a28b01c155 rnn with brew
Summary:
Update rnn_cell.py and char_rnn.py example with new `brew` model.

- Deprecated CNNModelHelper
- replace all helper functions with brew helper functions
- Use `model.net.<SingleOp>` format to create bare bone Operator for better clarity.

Reviewed By: salexspb

Differential Revision: D5062963

fbshipit-source-id: 254f7b9059a29621027d2b09e932f3f81db2e0ce
2017-05-16 13:33:44 -07:00
..
algebra.py rename model_helpers to brew and lowercase all helper functions 2017-04-24 15:52:26 -07:00
arg_scope.py arg_scope for model_helper 2017-04-24 15:52:25 -07:00
array_helpers.py rename model_helpers to brew and lowercase all helper functions 2017-04-24 15:52:26 -07:00
conv.py rename model_helpers to brew and lowercase all helper functions 2017-04-24 15:52:26 -07:00
dropout.py New cudnn ops 2017-05-08 16:33:21 -07:00
fc.py rename model_helpers to brew and lowercase all helper functions 2017-04-24 15:52:26 -07:00
nonlinearity.py rename model_helpers to brew and lowercase all helper functions 2017-04-24 15:52:26 -07:00
normalization.py rnn with brew 2017-05-16 13:33:44 -07:00
pooling.py New cudnn ops 2017-05-08 16:33:21 -07:00
tools.py Adding video data layer for caffe2 2017-05-05 14:16:38 -07:00
train.py Adding add_weight_decay and image_input to brew module 2017-04-25 16:03:58 -07:00