An error about 'norm'
100%|█████████████████████████████████████████████| 1/1 [00:00<00:00, 35.00it/s]
Traceback (most recent call last):
File "/Users/kevinzhang/muzic/clamp/clamp.py", line 292, in
Please review the key_features being used in the compute_values() function on line 291. This variable should be obtained from the get_features() function on line 265 and should be a torch.tensor instead of a list.
I encountered the same error because I didn't unzip the music_keys.zip file, which caused key_features to be an empty list instead of a torch.tensor. Therefore, you can check if you have unzipped this file.