pytorch/caffe2/python/modeling
Andrey Malevich 01de4e40d6 Fix a bug in nested parameter sharing logic.
Summary:
It appears that my initial implementation was not really working when one
starts doing nesting. This diff is fixing this by replacing itertools with
something that is really easy to reason about.

Reviewed By: idning

Differential Revision: D6933763

fbshipit-source-id: f7a1de996d878a41bac2b2acd9d87a7c4b416778
2018-02-08 13:32:53 -08:00
..
initializers_test.py Re-license to Apache 2017-09-28 16:22:00 -07:00
initializers.py Added inverted FP16 Initializer 2017-10-27 10:20:04 -07:00
parameter_info.py Re-license to Apache 2017-09-28 16:22:00 -07:00
parameter_sharing_test.py Fix a bug in nested parameter sharing logic. 2018-02-08 13:32:53 -08:00
parameter_sharing.py Fix a bug in nested parameter sharing logic. 2018-02-08 13:32:53 -08:00