Closed SebChw closed 12 months ago
Am I right that log inputs stats just prints inputs?
The link from the title hasn't applied, so just for reference - #178
Am I right that log inputs stats just prints inputs?
Yes, but at first it turn on lovely tensors. So, mean, min-max and std are printed
Previously we had to implement decorators on our own + we decorated classes.
Decorating class is an awful idea as function persists decorated during all runs. For scripts it's not that big deal but for notebooks much bigger.
Now decorating model work like this
So: