Upload logs/rpa_eval/rpa_eval_20260323_111920.log with huggingface_hub
Browse files
logs/rpa_eval/rpa_eval_20260323_111920.log
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
=== RPA Evaluation — Mon Mar 23 11:19:20 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:221: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
|
| 14 |
+
with autocast(enabled=args.fp16):
|
| 15 |
+
/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/mir_eval/melody.py:95: UserWarning: Estimated melody has no voiced frames.
|
| 16 |
+
warnings.warn("Estimated melody has no voiced frames.")
|
| 17 |
+
[50/583] 50 tracks, 45s
|
| 18 |
+
[100/583] 100 tracks, 89s
|
| 19 |
+
[150/583] 150 tracks, 127s
|
| 20 |
+
[200/583] 200 tracks, 165s
|
| 21 |
+
[250/583] 250 tracks, 203s
|
| 22 |
+
[300/583] 300 tracks, 241s
|
| 23 |
+
[350/583] 350 tracks, 279s
|
| 24 |
+
Traceback (most recent call last):
|
| 25 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py", line 500, in <module>
|
| 26 |
+
main()
|
| 27 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/eval_rpa.py", line 222, in main
|
| 28 |
+
outputs = model(audio, target_frames=target_frames)
|
| 29 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 30 |
+
return self._call_impl(*args, **kwargs)
|
| 31 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 32 |
+
return forward_call(*args, **kwargs)
|
| 33 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/src/model.py", line 219, in forward
|
| 34 |
+
features = self.encode(audio)
|
| 35 |
+
File "/userhome/cs/u3571824/fyp/muse/backend/ml_models/dev/vocal/src/model.py", line 208, in encode
|
| 36 |
+
outputs = self.encoder(audio, output_hidden_states=True)
|
| 37 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 38 |
+
return self._call_impl(*args, **kwargs)
|
| 39 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 40 |
+
return forward_call(*args, **kwargs)
|
| 41 |
+
File "/userhome/cs/u3571824/.cache/huggingface/modules/transformers_modules/m_hyphen_a_hyphen_p/MERT_hyphen_v1_hyphen_95M/12af15fef9d0ac838c3f475bfbbf26d2060dd4f5/modeling_MERT.py", line 112, in forward
|
| 42 |
+
extract_features = self.feature_extractor(input_values)
|
| 43 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 44 |
+
return self._call_impl(*args, **kwargs)
|
| 45 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 46 |
+
return forward_call(*args, **kwargs)
|
| 47 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/transformers/models/hubert/modeling_hubert.py", line 211, in forward
|
| 48 |
+
hidden_states = conv_layer(hidden_states)
|
| 49 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/transformers/modeling_layers.py", line 93, in __call__
|
| 50 |
+
return super().__call__(*args, **kwargs)
|
| 51 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 52 |
+
return self._call_impl(*args, **kwargs)
|
| 53 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 54 |
+
return forward_call(*args, **kwargs)
|
| 55 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/transformers/models/hubert/modeling_hubert.py", line 173, in forward
|
| 56 |
+
hidden_states = self.layer_norm(hidden_states)
|
| 57 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1776, in _wrapped_call_impl
|
| 58 |
+
return self._call_impl(*args, **kwargs)
|
| 59 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1787, in _call_impl
|
| 60 |
+
return forward_call(*args, **kwargs)
|
| 61 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/modules/normalization.py", line 327, in forward
|
| 62 |
+
return F.group_norm(input, self.num_groups, self.weight, self.bias, self.eps)
|
| 63 |
+
File "/userhome/cs/u3571824/anaconda3/envs/bass/lib/python3.10/site-packages/torch/nn/functional.py", line 2990, in group_norm
|
| 64 |
+
return torch.group_norm(
|
| 65 |
+
torch.OutOfMemoryError: CUDA out of memory. Tried to allocate 5.49 GiB. GPU 0 has a total capacity of 15.70 GiB of which 2.84 GiB is free. Including non-PyTorch memory, this process has 12.85 GiB memory in use. Of the allocated memory 10.21 GiB is allocated by PyTorch, and 2.33 GiB is reserved by PyTorch but unallocated. If reserved but unallocated memory is large try setting PYTORCH_ALLOC_CONF=expandable_segments:True to avoid fragmentation. See documentation for Memory Management (https://pytorch.org/docs/stable/notes/cuda.html#environment-variables)
|
| 66 |
+
|
| 67 |
+
=== RPA Evaluation CRASHED (exit 1) — Mon Mar 23 11:24:30 HKT 2026 ===
|