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

What should be in alpha and scale? #34

Open
NeighborhoodCoding opened this issue Jun 29, 2022 · 1 comment
Open

What should be in alpha and scale? #34

NeighborhoodCoding opened this issue Jun 29, 2022 · 1 comment

Comments

@NeighborhoodCoding
Copy link

NeighborhoodCoding commented Jun 29, 2022

I want to set alpha = 0 and scale = 999 to the lossfun()

but it shold be tensor, to i just coded like, torch.FloatTensor(0) and torch.FloatTensor(999) to alpha and scale.

but there was error like, assert (scale > 0).all()

what is examplary input to the alpha and scale?

thx.

@ControllableGeneration
Copy link

According to the gaussian formula, scale being the standard deviation cannot be 0

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