cvxgrp / pymde

Minimum-distortion embedding with PyTorch
https://pymde.org
Apache License 2.0
526 stars 27 forks source link

Is there an easy way to use Standardized() constraint with target std not equal to 1? #78

Open dkobak opened 8 months ago

dkobak commented 8 months ago

Is there an easy way to use constraint=Standardized() with target standard deviation set to some value sigma instead of 1? Or would I need to define my own class by copying the _Standardized() code and modifying the standard deviation there?

akshayka commented 8 months ago

There isn't a way to do that today, sorry about that!