Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should one scale multi-dimensional targets when training with BMCLossMD? #20

Open
yanisnotavocado opened this issue Jun 7, 2023 · 1 comment

Comments

@yanisnotavocado
Copy link

Hello, thank you for this great work.
I am currently trying to train a network for multi-task regression using BMCLossMD. However, the distributions of the target variables are different. For example, one of them looks exponential, another one resembles gaussian and has 4x larger std then the exponential one. Should I then scale the variables to at least one std? The noise_var in BMCLossMD is 1D, so I assume yes but have no proof...

@jiawei-ren
Copy link
Owner

Hi Yanis,

Sorry for the late reply. I don't think it is neccessary to scale the variables, since the std in the loss function refers to the noise distribution not the label distribution. So the difference in target variable distribution should not affect the loss function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants