Ceruleanacg / Personae

📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# self.cnn_x_input is a [-1, 5, 20, 1] tensor, after cnn, the shape will be [-1, 5, 20, 5].,

915288938lx opened this issue · comments

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