Li Xian
Li Xian
also happened when i delete a tab
that's awesome, I'll try it in my work
@dunnevan nice! What optimizer did you use? I noticed you run 400000 steps, have you adjusted learning rate during training?
Hi,@Sreeni1204. Thanks for you insterest in our work! For extracting embedding, please see example in "/audiossl/methods/atst/downstream/train_freeze.py". pretrained_encoder = get_pretraied_encoder(args) pretrained_module = PretrainedEncoderPLModule(pretrained_encoder, 6., args.n_last_blocks) embedding = pretrained_module(input) You may also...
Do u have any plans on this?
Hi, Currently, only self-supervised pretrained checkpoint are pulic in this repo. But we are happy to make the finetuned checkpoint public. As you are targeting for detercting sound events, do...
Did you solve the problem?
I write a quick solution in a new pull request #13 , can you test it ?
Hi, could you please provide the code or command that generated this error message?
Unfortunately, I'm not sure what could be causing this issue. Could you please provide more details about the audio clips you're working with, such as their source and any specific...