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

name 'WINDOW_SIZE' is not defined #1

Closed
fattypiggy opened this issue Nov 13, 2020 · 6 comments
Closed

name 'WINDOW_SIZE' is not defined #1

fattypiggy opened this issue Nov 13, 2020 · 6 comments

Comments

@fattypiggy
Copy link

inputs = Input(shape=(WINDOW_SIZE, NUMBER_FEATURES, 1,))

can you tell me how to fix this?

@AntoBr96
Copy link
Owner

AntoBr96 commented Nov 13, 2020 via email

@fattypiggy
Copy link
Author

fattypiggy commented Nov 13, 2020 via email

@AntoBr96
Copy link
Owner

AntoBr96 commented Nov 13, 2020 via email

@fattypiggy
Copy link
Author

thanks for your advice, I have set
WINDOW_SIZE = 100
NUMBER_FEATURES = 1
and now It's runnable, thanks very much.
And there is another question: how can I use this returned model? I tried just run cnn_lstm_model() but it doesn't work.

@AntoBr96
Copy link
Owner

AntoBr96 commented Nov 17, 2020 via email

@fattypiggy
Copy link
Author

fattypiggy commented Nov 18, 2020 via email

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

2 participants