-
Notifications
You must be signed in to change notification settings - Fork 2
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
predictions are all zeros #7
Comments
would you share your notebook to figure out what's the problem? |
`import librosa def speech_file_to_array_fn(batch):
def predict(batch):
if name == 'main':
macro avg 0.27 0.50 0.35 30 /usr/local/lib/python3.8/dist-packages/sklearn/metrics/_classification.py:1318: UndefinedMetricWarning: Precision and F-score are ill-defined and being set to 0.0 in labels with no predicted samples. Use |
When I try to run the code every prediction is all 0 or all 1. I've tried re-balancing my dataset, but it didn't work for me,
The text was updated successfully, but these errors were encountered: