-
Notifications
You must be signed in to change notification settings - Fork 10
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
File "h5py/h5f.pyx", line 85, in h5py.h5f.open OSError: Unable to open file (file signature not found) #2
Comments
Have you loaded the dataset correctly?
train-dir and eval-dir should point to where your dataset are located. |
I have downloaded 24GB of SeqTrain and SeqVal. But it is unable to read h5 files but other files are read. Some exeptions are thrown because of which training is not happening. Kindly help in going forward |
I too have given same command as per your readme section pointing to SeqTrain and SeqVal below |
I suggest that you should redownload the dataset and unzip them. |
@chowkamlee81 I have the same problem. Have you solved it?
|
Hi, |
thank you! |
Kindly help us in solving issues..
I have tried with python3.5/python2.7, still smae issues . Do the needful
File "main.py", line 316, in
main()
File "main.py", line 190, in main
train(train_loader, model, criterion, optimizer, epoch, tsbd)
File "main.py", line 222, in train
for i, (img, speed, target, mask) in enumerate(loader):
File "/usr/local/lib/python3.5/dist-packages/torch/utils/data/dataloader.py", line 623, in next
return self._process_next_batch(batch)
File "/usr/local/lib/python3.5/dist-packages/torch/utils/data/dataloader.py", line 658, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
OSError: Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/torch/utils/data/dataloader.py", line 138, in _worker_loop
samples = collate_fn([dataset[i] for i in batch_indices])
File "/usr/local/lib/python3.5/dist-packages/torch/utils/data/dataloader.py", line 138, in
samples = collate_fn([dataset[i] for i in batch_indices])
File "/home/ubuntu/Pytorch/carla_cil_pytorch-master/carla_loader.py", line 113, in getitem
with h5py.File(file_name, 'r') as h5_file:
File "/usr/local/lib/python3.5/dist-packages/h5py/_hl/files.py", line 394, in init
swmr=swmr)
File "/usr/local/lib/python3.5/dist-packages/h5py/_hl/files.py", line 170, in make_fid
fid = h5f.open(name, flags, fapl=fapl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5f.pyx", line 85, in h5py.h5f.open
OSError: Unable to open file (file signature not found)
terminate called without an active exception
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: