Personae
Personae copied to clipboard
# self.cnn_x_input is a [-1, 5, 20, 1] tensor, after cnn, the shape will be [-1, 5, 20, 5].,
according to this "self.cnn = self.add_cnn(self.cnn_x, filters=2, kernel_size=[2, 2], pooling_size=[2, 2]) " after cnn, the shape should be (-1,5,20,2)?
Am i misunderstanding?
can you add my wechat: 915288938