mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| compute_histogram_for_blobs.py | ||
| compute_histogram_for_blobs_test.py | ||
| compute_norm_for_blobs.py | ||
| compute_norm_for_blobs_test.py | ||
| compute_statistics_for_blobs.py | ||
| compute_statistics_for_blobs_test.py | ||
| initializers.py | ||
| initializers_test.py | ||
| net_modifier.py | ||
| parameter_info.py | ||
| parameter_sharing.py | ||
| parameter_sharing_test.py | ||