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

Why use "train_data" while validating? #8

Open
jaelgu opened this issue Nov 18, 2022 · 1 comment
Open

Why use "train_data" while validating? #8

jaelgu opened this issue Nov 18, 2022 · 1 comment

Comments

@jaelgu
Copy link

jaelgu commented Nov 18, 2022

As line120 in train.py:

for x in tqdm(train_data, desc='train data', ncols=80):

Why do you use train data here?

@stdio2016
Copy link
Owner

Because I used training music for dummy database during testing.
I consider the case that we add songs after we train our model. In this case, the training data is already in database, and we want to know the accuracy of new songs.

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