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

OSError: Invalid IPC stream: negative continuation token during training #25

Open
WenJyeChai opened this issue Oct 3, 2024 · 0 comments

Comments

@WenJyeChai
Copy link

Hi, @JeremyCJM

Excellent work!

I'm encountering an error while running a training script. The process terminates with the following error message:

File "~/datasets/beat.py", line 451, in getitem
aud_feat = pyarrow.deserialize(aud_feat)
File "pyarrow/serialization.pxi", line 515, in pyarrow.lib.deserialize
File "pyarrow/serialization.pxi", line 520, in pyarrow.lib._deserialize
File "pyarrow/serialization.pxi", line 445, in pyarrow.lib._read_serialized
File "pyarrow/error.pxi", line 99, in pyarrow.lib.check_status
OSError: Invalid IPC stream: negative continuation token

I've tried to compute the HuBERT features, as you have suggested in the issue #2(comment), do I have to runthe interpolate function like what you have did in the [DiffSHEG/trainers/ddpm_beat_trainer.py] Line 1265?

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