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

self.var does not exist #6

Closed
FrancescoConti opened this issue Apr 15, 2020 · 1 comment
Closed

self.var does not exist #6

FrancescoConti opened this issue Apr 15, 2020 · 1 comment

Comments

@FrancescoConti
Copy link
Member

self.alpha.data[0] = nb_std * torch.sqrt(self.var).item()

should be self.running_var

FrancescoConti added a commit that referenced this issue Apr 23, 2020
Typo, `self.var` should be `self.running_var`
FrancescoConti added a commit that referenced this issue Apr 23, 2020
Typo, `self.var` should be `self.running_var`
@FrancescoConti
Copy link
Member Author

Fixed by PR #12

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

1 participant