Skip to content

Conversation

@RandomAnass
Copy link

Fixes the UnboundLocalError in RationalHat layer initialization that was reported in issue #4.

Fixes issue where RationalHat layer initialization used undefined variable LVinit
instead of LRinit, causing UnboundLocalError: local variable 'LVinit' referenced
before assignment.

- Changed line 161: LVinit([1]) -> LRinit([1])
- Verified fix works with test case
- Resolves GitHub issue MathieuCarriere#4
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

Successfully merging this pull request may close these issues.

1 participant