StandardizeΒΆ
Standardizes input (centering and scaling).
Abstract Signature:
Standardize(x: Tensor)
PyTorch
API:
βStrategy: Macro '({x} - {x}.mean()) / ({x}.std() + 1e-5)'
Standardizes input (centering and scaling).
Abstract Signature:
Standardize(x: Tensor)
β