You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fc7_tf, generated_words_tf = caption_generator.build_generator(maxlen=maxlen) in ipython_demo f
state = tf.zeros([1, self.lstm.state_size]) in model.py
i am using python 2.7 and tf 1.3.0
i am getting this error and how i can resolve it. and will be able to run the code properly .
The text was updated successfully, but these errors were encountered:
I have the question too.
I searched on the stackoverflow and know that there is something with the shape of tensor.
However ,when I change the 'self.lstm.state_size' to [256,256],another question happend.
fc7_tf, generated_words_tf = caption_generator.build_generator(maxlen=maxlen) in ipython_demo f
state = tf.zeros([1, self.lstm.state_size]) in model.py
i am using python 2.7 and tf 1.3.0
i am getting this error and how i can resolve it. and will be able to run the code properly .
The text was updated successfully, but these errors were encountered: