Update tasks/audio.py
Browse files- tasks/audio.py +1 -1
tasks/audio.py
CHANGED
|
@@ -140,7 +140,7 @@ async def evaluate_audio(request: AudioEvaluationRequest):
|
|
| 140 |
|
| 141 |
# Make random predictions (placeholder for actual model inference)
|
| 142 |
true_labels = labels
|
| 143 |
-
bs=
|
| 144 |
|
| 145 |
predictions_xgboost = np.zeros(labels.shape[0], dtype=np.float32)
|
| 146 |
predictions_cnn = np.zeros(labels.shape[0], dtype=np.float32)
|
|
|
|
| 140 |
|
| 141 |
# Make random predictions (placeholder for actual model inference)
|
| 142 |
true_labels = labels
|
| 143 |
+
bs=512
|
| 144 |
|
| 145 |
predictions_xgboost = np.zeros(labels.shape[0], dtype=np.float32)
|
| 146 |
predictions_cnn = np.zeros(labels.shape[0], dtype=np.float32)
|