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

about TEST_SIZE = 30 #2

Open
Kishore-Dev-bit opened this issue Jan 22, 2020 · 1 comment
Open

about TEST_SIZE = 30 #2

Kishore-Dev-bit opened this issue Jan 22, 2020 · 1 comment

Comments

@Kishore-Dev-bit
Copy link

can you please tell me why did you used : TEST_SIZE = 30 in code

probabilities = model.predict_generator(test_generator, TEST_SIZE)

@YASHGUPTA2611
Copy link

Hi, @Kishore-Dev-bit, Basically test size is given when we have large dataset and we don't want to train our mode on all of our observation.

So, we use test_size to train our model quickly and see the loss and accuracy.

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