jack_yang
Results
1
comments of
jack_yang
because you are using python2.X, you should change super.__init__( ) ,which is ok in python3.X ,into super(HDFSingleDataset,self).__init__ ,and also another one. in NueralBabyTalk/misc/dataloader_hdf.py