lucidrains / audiolm-pytorch

Implementation of AudioLM, a SOTA Language Modeling Approach to Audio Generation out of Google Research, in Pytorch
MIT License
2.39k stars 255 forks source link

'SemanticTransformerWrapper' object has no attribute 'embed_text' #197

Closed jinyuli closed 1 year ago

jinyuli commented 1 year ago

I'm trying to generate sound with text, but got this:

AttributeError: 'SemanticTransformerWrapper' object has no attribute 'embed_text'

and I didn't find the method embed_text in class SemanticTransformerWrapper either.

lucidrains commented 1 year ago

@jinyuli oh nice, you must have gotten to the final stage? could you try 1.1.4?

jinyuli commented 1 year ago

thanks, it's fixed.

but I got another issue, while generating audio with text(running on google Colab):

jinyuli commented 1 year ago

I tried again today, it's able to generate audio with CUDA now, I didn't change any thing. thanks for the great work.

lucidrains commented 1 year ago

that's what i like to hear! you are welcome! 😄