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
Traceback (most recent call last):
File "test.py", line 49, in
dataset = AudioDataset(args.data_dir, args.manifest, transforms=transforms, target_transforms=target_transforms)
File "/workspace/codes/data.py", line 30, in init
if zipfile.is_zipfile(self.data_dir):
File "/opt/conda/lib/python3.7/zipfile.py", line 180, in is_zipfile
with open(filename, "rb") as fp:
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "test.py", line 49, in
dataset = AudioDataset(args.data_dir, args.manifest, transforms=transforms, target_transforms=target_transforms)
File "/workspace/codes/data.py", line 30, in init
if zipfile.is_zipfile(self.data_dir):
File "/opt/conda/lib/python3.7/zipfile.py", line 180, in is_zipfile
with open(filename, "rb") as fp:
TypeError: expected str, bytes or os.PathLike object, not NoneType
The text was updated successfully, but these errors were encountered: