pytorch/caffe2/python/modeling
Andrey Malevich 77c1027abb Create ParameterSharing abstraction for Caffe2.
Summary:
This diff is introducing abstractions for parameter sharing for all the
parameters, that are created through new create_param syntax.

Possible use-cases of this parameters sharing:
1. Share params within RNN interface.
2. Some complicated models that might share some of the branches.
3. TODO (next diff): Cross-model parameter sharing.

Reviewed By: salexspb

Differential Revision: D5160935

fbshipit-source-id: c6d40a5ed7ead240cd7db0eb69de6dc5f505b05a
2017-06-05 11:49:54 -07:00
..
initializers_test.py Create ExternalInitializer to simplify logic around init_params = False 2017-06-02 18:22:50 -07:00
initializers.py Create ParameterSharing abstraction for Caffe2. 2017-06-05 11:49:54 -07:00
parameter_info.py Create ParameterSharing abstraction for Caffe2. 2017-06-05 11:49:54 -07:00
parameter_sharing_test.py Create ParameterSharing abstraction for Caffe2. 2017-06-05 11:49:54 -07:00
parameter_sharing.py Create ParameterSharing abstraction for Caffe2. 2017-06-05 11:49:54 -07:00