Issues when loading one episode
See original GitHub issueFirst, thanks for releasing your dataset!
I’m trying to load it using h5py, and I’ve found that one file in the training set (data_06790.h5
) consistently causes an error of the sort:
IOError: Unable to open file (Unable to find a valid file signature)
Removing this episode from the dataset, everything else loads. I’ve downloaded the data twice now, and both downloads have the same MD5 hash, so I don’t think it’s corruption from the download:
8b61e53ec55e1f79004d79fb61ab8d6c CORL2017ImitationLearningData.tar.gz
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Choose Your Story not loading: Issues with Episode
The reasons why Episode – Choose Your Story cannot be loaded cannot be more different. In most cases it is due to your...
Read more >How to Fix Episode App Not Working Issue - YouTube
Episode #not #Open #Working #LoadingHow to Fix / Solve Episode Game App Not Working Issue | " Episode " Not Open / Loading...
Read more >Error Loading Episode issue - Mobile App Bug
Looking further into this I've noted a few things: This issue is only affecting stories that I have put more than one ticket...
Read more >is Episode - Choose Your Story not working / having issues for ...
Do you have Episode - Choose Your Story app problems? We have instructions to fix the not working issue, loading problems or the...
Read more >Random Episodes With Massive Loading Problems - Reddit
Is this a problem for anyone else? It doesn't seem to have anything to do with my internet speed or connectivity problems, but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, the numbers I reported likely also excluded this file. But anyway i think 200 images shouldn’t make much difference on the model 😃 .
I will download again and check. Maybe there is some mistake since I was not using all the variables. Thanks again for contributing !
import h5py filename=‘data_06790.h5’ try: data = h5py.File(filename, ‘r’) except: print(‘file has bugs’) #the output is ‘file has bugs’