DiffSHEG icon indicating copy to clipboard operation
DiffSHEG copied to clipboard

OSError: Invalid IPC stream: negative continuation token during training

Open WenJyeChai opened this issue 1 year ago • 0 comments

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?

WenJyeChai avatar Oct 03 '24 06:10 WenJyeChai