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

The train test split is both used during the training stage. #12

Closed
lexical-yoda opened this issue Jan 13, 2023 · 1 comment
Closed

Comments

@lexical-yoda
Copy link

The file train.py line 50

history = model.fit(data_generator(BATCH_SIZE, x_train+x_test, y_train+y_test, FRAME_STACK),

the train and test split are both used. Is that intentional, if so could you please explain why?

@Chang-Chia-Chi
Copy link
Owner

I can't recall why I added the test set when training. It's might due to a lack of training data at that time.

Anyway, I just fixed it in commit a2784d7.

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