GuangmingZhu / AttentionConvLSTM

"Attention in Convolutional LSTM for Gesture Recognition" in NIPS 2018

Home Page:http://papers.nips.cc/paper/7465-attention-in-convolutional-lstm-for-gesture-recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValueError: Only provide the shape OR batch_shape argument to Input, not both at the same time.

emily19941102 opened this issue · comments

I got the error:
ValueError: Only provide the shape OR batch_shape argument to Input, not both at the same time.
I don't know why? Can you help me?Thanks!
@GuangmingZhu

@emily19941102 Maybe you are using a different (newer) version of TF. If so, you can just modify the code according to the rules of the version you are using.

@GuangmingZhu Do I need to download Keras? thanks!

@emily19941102 TF-1.2 contains keras APIs.

commented

Hello, I'm just wandering which version do you guys use of the tensorlayer? Cause I've tried to follow what you had installed with the version TF1.2, but failed finally because it warned me that tensorlayer couldn't support TF-version older than 1.6.0. @GuangmingZhu

@Charlescai123 Tensorlayer is not used in this pro. Only TF 1.2 is needed.