We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(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?
The text was updated successfully, but these errors were encountered: