Collects metrics about a container's weights.
More...
#include <debug.h>
Collects metrics about a container's weights.
common::WeightSummary::WeightSummary |
( |
torch::nn::Module & |
module | ) |
|
std::string common::WeightSummary::toString |
( |
| ) |
const |
long common::WeightSummary::nans = 0 |
float common::WeightSummary::norm1 = 0.0 |
float common::WeightSummary::norm2 = 0.0 |
long common::WeightSummary::weights = 0 |
long common::WeightSummary::zeroes = 0 |
The documentation for this struct was generated from the following files:
- common/autograd/debug.h
- common/autograd/debug.cpp