NeuralBabyTalk
NeuralBabyTalk copied to clipboard
super() takes at least 1 argument (0 given)
Traceback (most recent call last):
File "main.py", line 213, in
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