Upload logs/rpa_eval/rpa_eval_20260323_114634.log with huggingface_hub
Browse files
logs/rpa_eval/rpa_eval_20260323_114634.log
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
=== RPA Evaluation — Mon Mar 23 11:46:34 HKT 2026 ===
|
| 2 |
+
Checkpoint: outputs/e4/best.pt
|
| 3 |
+
|
| 4 |
+
Using device: cuda
|
| 5 |
+
Loading model...
|
| 6 |
+
WARNING: feature_extractor_cqt requires the libray 'nnAudio'
|
| 7 |
+
|
| 8 |
+
Loaded checkpoint: outputs/e4/best.pt
|
| 9 |
+
[test] Loaded 583 entries
|
| 10 |
+
Test set: 583 entries
|
| 11 |
+
|
| 12 |
+
Running inference...
|
| 13 |
+
/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py:240: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
|
| 14 |
+
with autocast(enabled=args.fp16):
|
| 15 |
+
Traceback (most recent call last):
|
| 16 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py", line 551, in <module>
|
| 17 |
+
main()
|
| 18 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py", line 282, in main
|
| 19 |
+
onset_out, pitch_out = chunked_inference(audio, target_frames)
|
| 20 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py", line 241, in chunked_inference
|
| 21 |
+
outputs = model(chunk, target_frames=chunk_target)
|
| 22 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 23 |
+
return self._call_impl(*args, **kwargs)
|
| 24 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 25 |
+
return forward_call(*args, **kwargs)
|
| 26 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/src/model.py", line 230, in forward
|
| 27 |
+
x, skip = down(x)
|
| 28 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 29 |
+
return self._call_impl(*args, **kwargs)
|
| 30 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 31 |
+
return forward_call(*args, **kwargs)
|
| 32 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/src/model.py", line 96, in forward
|
| 33 |
+
down = self.downsample(feat)
|
| 34 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 35 |
+
return self._call_impl(*args, **kwargs)
|
| 36 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 37 |
+
return forward_call(*args, **kwargs)
|
| 38 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 375, in forward
|
| 39 |
+
return self._conv_forward(input, self.weight, self.bias)
|
| 40 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/conv.py", line 370, in _conv_forward
|
| 41 |
+
return F.conv1d(
|
| 42 |
+
RuntimeError: Calculated padded input size per channel: (1). Kernel size: (2). Kernel size can't be greater than actual input size
|
| 43 |
+
|
| 44 |
+
=== RPA Evaluation CRASHED (exit 1) — Mon Mar 23 11:47:08 HKT 2026 ===
|