Skip to content

Add a minmax-scaler in torch

Tobias Schanz requested to merge Add_torch_minmax_scaler into main

I could not find a good differentiable min-max scaler that is differentiable. So here is my own version including tests.

Merge request reports