kangourous commited on
Commit
c8e1833
·
verified ·
1 Parent(s): f15e87b

Update tasks/audio.py

Browse files
Files changed (1) hide show
  1. 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=1024
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)