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

Error: Tensor type unknown to einops #24

Open
cbmtrx opened this issue Feb 3, 2023 · 1 comment
Open

Error: Tensor type unknown to einops #24

cbmtrx opened this issue Feb 3, 2023 · 1 comment

Comments

@cbmtrx
Copy link

cbmtrx commented Feb 3, 2023

This is a new one that I haven't seen before.

`RuntimeError Traceback (most recent call last)
in
42
43 print("Regenerated audio samples")
---> 44 plot_and_hear(rearrange(generated, 'b d n -> d (b n)'), args.sample_rate)
45
46 for ix, gen_sample in enumerate(generated):

3 frames
/usr/local/lib/python3.8/dist-packages/einops/_backends.py in get_backend(tensor)
50 return backend
51
---> 52 raise RuntimeError('Tensor type unknown to einops {}'.format(type(tensor)))
53
54

RuntimeError: Tensor type unknown to einops <class 'NoneType'>`

@cbmtrx
Copy link
Author

cbmtrx commented Feb 3, 2023

Could this be happening because the record_audio box is left checked—even though there's a custom path to a WAV file specified?

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

1 participant