ulissigroup / amptorch

AMPtorch: Atomistic Machine Learning Package (AMP) - PyTorch
GNU General Public License v3.0
59 stars 35 forks source link

Scaling - turn off scaling for target values #85

Closed vsumaria closed 2 years ago

vsumaria commented 3 years ago

Is there a way to train without scaling the target values ? (Does it require source change?)

mshuaibii commented 3 years ago

Currently, no as we have typically seen improvements with this. But this should be a easy addition if thought to be beneficial. For the time being you can train without scaling by:

The same idea can be done if you choose to not scale input features. But we can work on adding this customizability. Curious to see if this helps your performance so please let me know.

vsumaria commented 3 years ago

Yes, I wanted to try removing the scaling for target values to see if there is any improvements. I'll keep you updated. Thanks for the help.