Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'tuple' object has no attribute 'shape' #20

Open
O-O1024 opened this issue Jul 15, 2024 · 1 comment
Open

'tuple' object has no attribute 'shape' #20

O-O1024 opened this issue Jul 15, 2024 · 1 comment

Comments

@O-O1024
Copy link

O-O1024 commented Jul 15, 2024

Traceback (most recent call last):
  File "/root/hallo-webui/scripts/inference.py", line 424, in <module>
    inference_process(
  File "/root/hallo-webui/scripts/inference.py", line 300, in inference_process
    audio_emb = process_audio_emb(audio_emb)
  File "/root/hallo-webui/scripts/inference.py", line 109, in process_audio_emb
    for i in range(audio_emb.shape[0]):
AttributeError: 'tuple' object has no attribute 'shape'
@marco-cinalli
Copy link

I have identical error. I am running this on Ubuntu (with LighningAi) . I could not find a solution yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants