pytorch/caffe2/python/helpers
Andrey Malevich a8fb85797c Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params.
Summary:
This diff is the first step in the effort for refactoring all parameters. As a first step - I'm merging concept of params and computed_params, that is going
to be based on tags instead (in the first version it's still using old data structs to store all the BlobReferences).

Renaming computed_params to non-trainable/non-backprop params should be done is some other diff.

Reviewed By: salexspb

Differential Revision: D5171159

fbshipit-source-id: 68031ca779f053fb266a7c4a2e5b482a3bd9c832
2017-06-02 17:17:57 -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 Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params. 2017-06-02 17:17:57 -07:00
dropout.py New cudnn ops 2017-05-08 16:33:21 -07:00
fc.py Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params. 2017-06-02 17:17:57 -07:00
nonlinearity.py Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params. 2017-06-02 17:17:57 -07:00
normalization.py Refactoring of the parameters step 0. Add simple tags and unify interface for params and computed_params. 2017-06-02 17:17:57 -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