Open youssefavx opened 3 years ago
After looking at the code more closely, I wonder if this solves it: https://github.com/openai/jukebox/blob/08efbbc1d4ed1a3cef96e08a931944c8b4d63bb3/jukebox/prior/autoregressive.py#L177
@youssefavx Can you share by any chance how did you manage to get use of it?
Try this: https://github.com/p-lambda/jukemir
Hi, is it possible to get vectors for certain audio segments?
E.g. Given a 1 second wav file, give me an embedding for that?
If so, is there example code somewhere?