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

Fix error with members names #349

Merged
merged 2 commits into from
Jan 13, 2025
Merged

Conversation

GianlucaNordio
Copy link
Contributor

@GianlucaNordio GianlucaNordio commented Jan 11, 2025

The code gives error because the model constructor is defined as: def init(self, encoder, decoder) -> None:
...
however here the members were called starting with capital letters. As a result the code doesn't work.

GianlucaNordio and others added 2 commits January 11, 2025 17:14
The code gives error because the model constructor is defined as:
def __init__(self, encoder, decoder) -> None:
  ...
however here the members where called starting with capital letters. As a result the code resulted in an error
@SkafteNicki SkafteNicki merged commit 8744f19 into SkafteNicki:main Jan 13, 2025
5 checks passed
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.

2 participants