Closed zhifengkong closed 1 year ago
Hi @FengNiMa,
Thanks for your help! We are not sure what the issue is in 1). We call self.clapcap() only in two functions that relate to audio captioning. As of 2) we added the default value and also fixed other minor related issues in read_audio().
1, If clapclap is used, in the init function you write
self.clapclap = xxx
but you callself.clap
later. 2, In CLAPWrapperresample
should have a default value inget_audio_embeddings
based on your example code