Skip to content

fix(rnn): resolve variable name inconsistency and syntax bug#1

Open
FilipFan wants to merge 1 commit intodlsyscourse:mainfrom
FilipFan:fix/rnn_implementation
Open

fix(rnn): resolve variable name inconsistency and syntax bug#1
FilipFan wants to merge 1 commit intodlsyscourse:mainfrom
FilipFan:fix/rnn_implementation

Conversation

@FilipFan
Copy link

Renamed model to cell to fix NameError during execution.
Also removed a trailing comma in the manual LSTM step that caused unintended tuple assignment.

Test: run all

Renamed `model` to `cell` to fix NameError during execution.
Also removed a trailing comma in the manual LSTM step that caused unintended tuple assignment.

Test: run all
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