I noted that `h, res_input = embed, embed` and `fanin_depth = h.get_shape()[-1] ` is the dimension of convolution output same with the embeddings size ?? why ?
I noted that
h, res_input = embed, embedand
fanin_depth = h.get_shape()[-1]is the dimension of convolution output same with the embeddings size ?? why ?