You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: