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

Need to mention Dropout #16

Open
yuviabhi opened this issue Jun 12, 2020 · 0 comments
Open

Need to mention Dropout #16

yuviabhi opened this issue Jun 12, 2020 · 0 comments

Comments

@yuviabhi
Copy link

This should be the line
model = drnn.DRNN(n_input, n_hidden, n_layers, dropout, cell_type)
or
model = drnn.DRNN(n_input=n_input, n_hidden=n_hidden, n_layers=n_layers, cell_type=cell_type)

otherwise following error:
ValueError: could not convert string to float: 'GRU'

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