RescalingΒΆ
Preprocessing layer which rescales input values to a new range.
Abstract Signature:
Rescaling(scale: float, offset: float = 0.0)
PyTorch
API:
βStrategy: Plugin (rescaling_shim)
Preprocessing layer which rescales input values to a new range.
Abstract Signature:
Rescaling(scale: float, offset: float = 0.0)
β