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 try to modify dataset/processor.py stream = tarfile.open(fileobj=sample['stream'], mode="r|*")
-> stream = tarfile.open(fileobj=sample['stream'], mode="r:*")
AND it works. I didn't try if it works on torch<2.1.
The text was updated successfully, but these errors were encountered:
When the wespeaker is applied on torch>=2.1, it will output this error:
"
"
I try to modify dataset/processor.py
stream = tarfile.open(fileobj=sample['stream'], mode="r|*")
->
stream = tarfile.open(fileobj=sample['stream'], mode="r:*")
AND it works. I didn't try if it works on torch<2.1.
The text was updated successfully, but these errors were encountered: