How could I choose the LSTMCell input shape?

I want to use the LSTMCell in my model, the input X’s size is (N, 1, 1024), and the cell state C_0’s size is (N, 1, 2014). The output size is (N, 2) I wonder how to determine the hidden state H_0 size?