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

I'm a bit of a beginner, I couldn't solve the problem? #12

Open
ersenbahceci opened this issue Jun 24, 2021 · 0 comments
Open

I'm a bit of a beginner, I couldn't solve the problem? #12

ersenbahceci opened this issue Jun 24, 2021 · 0 comments

Comments

@ersenbahceci
Copy link

(52800, 192, 192, 1) (52800, 176)
(4576, 192, 192, 1) (4576, 176)
(8800, 192, 192, 1) (8800, 176)

Your array structure is like this. When I try with a different mp3 dataset with 2 languages

(384, 192, 192) (384, 2)
(32, 192, 192) (32, 2)
(64, 192, 192) (64, 2)

is in the form.

model.evaluate(x_te, y_te,batch_size=batch_size)
result in line

2/2 [================================] - 1s 380ms/step - loss: 0.0737 - accuracy: 0.9844
[0.07371428608894348, 0.984375]

comes out in the form. While it should test as 64/64?

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