Closed BlackLost closed 1 week ago
Hi, you are calling clapcap model:
clap_model = CLAP(model_fp = './model/clapcap_weights_2023.pth',version='clapcap', use_cuda=False)
Please, follow the GitHub usage to call clap: clap_model = CLAP(version = '2023', use_cuda=False)
This is my code ,when I run it ,it throw Error.
Error:
The reason is that in
CLAPWarpper.py
,Line 58,when usingclapcap
,it will return clapcap instead of clap.My English is poor,hope for your reply