This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Normalization Hook Class for W&B Normalization Series. | |
Author: @captain-pool <[email protected]> | |
""" | |
import collections.abc | |
import functools | |
import inspect | |
import math | |
import torch |