pytorch/caffe2/python/modeling
Chenguang Xi 3940e7f0a7 Support computing averaged norm in blob magnitdue visualization
1. support the LpNorm operator to calculate the average LpNorm by adding one more boolean argument, i.e., LpNorm(average = true) = LpNorm(x) / size of (x)

2. integrate the average option into visualization framework
2018-03-20 13:34:22 -07:00
..
__init__.py Experimental support for setup.py develop mode install 2018-02-12 23:36:18 -08:00
compute_histogram_for_blobs.py refactor histogram as net modifier (#2314) 2018-03-19 16:04:58 -07:00
compute_histogram_for_blobs_test.py refactor histogram as net modifier (#2314) 2018-03-19 16:04:58 -07:00
compute_norm_for_blobs.py Support computing averaged norm in blob magnitdue visualization 2018-03-20 13:34:22 -07:00
compute_norm_for_blobs_test.py Support computing averaged norm in blob magnitdue visualization 2018-03-20 13:34:22 -07:00
compute_statistics_for_blobs.py Update caffe2 from facebook 4f527ef46abf (#2234) 2018-03-12 12:22:59 -07:00
compute_statistics_for_blobs_test.py Update caffe2 from facebook 4f527ef46abf (#2234) 2018-03-12 12:22:59 -07:00
initializers.py Clean up naming of FP16-related code, add comments 2018-03-09 13:51:42 -08:00
initializers_test.py Clean up naming of FP16-related code, add comments 2018-03-09 13:51:42 -08:00
net_modifier.py [Dper2] Add NetModifier abstraction and support for plotting the norm of blobs (#2201) 2018-03-08 13:41:32 -08:00
parameter_info.py Re-license to Apache 2017-09-28 16:22:00 -07:00
parameter_sharing.py Fix a bug in nested parameter sharing logic. 2018-02-08 13:32:53 -08:00
parameter_sharing_test.py Fix a bug in nested parameter sharing logic. 2018-02-08 13:32:53 -08:00