Avideep Mukherjee
Avideep Mukherjee
You have to specify the encoding format while loading. Replace line 17 of "C:\Users\jhona\Desktop\Image-Captioning-master\SceneDesc.py" with the following line : self.image_encodings = pickle.load( open( "image_encodings.p", "rb" ),encoding='latin1' )
Nevermind. I changed to archlabs minimo a long time ago. Avideep Mukherjee Department of Computer Science School of Mathematical Sciences Ramakrishna Mission Vivekananda University On Jan 11, 2018 11:38 AM,...
Thank you so much for the reply. The idea of applying a softmax again came across my mind. But I was worried whether it's a good idea when the loss...