lightweight_mmm icon indicating copy to clipboard operation
lightweight_mmm copied to clipboard

Allow for log scaling of media

Open romin-ebrahimi opened this issue 2 years ago • 1 comments

In some cases, the performance of these models can be greatly improved with the use of natural log scaling. The current scaling options are restricted to commutative operations like division and multiplication. It would be helpful if the preprocessing module added the functionality to apply log scaling.

romin-ebrahimi avatar Jan 24 '23 02:01 romin-ebrahimi

What does this have to do with log scaling?

How to perform non zero scaling? ""lambda x: jnp.mean(x[x > 0])"" is not working. Thanks in advance!

romin-ebrahimi avatar Jan 25 '23 03:01 romin-ebrahimi