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

x_train is not defined #5

Open
AnimeLLove opened this issue Mar 18, 2024 · 0 comments
Open

x_train is not defined #5

AnimeLLove opened this issue Mar 18, 2024 · 0 comments

Comments

@AnimeLLove
Copy link

In the first book this code snipped doesn't work because x_train is not defined, what to choose as x_train?
...

window_size = 20
batch_size = 32
shuffle_buffer_size = 1000

dataset = windowed_dataset(x_train, window_size, batch_size, shuffle_buffer_size)
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