Ceruleanacg / Personae

📈 Personae is a repo of implements and environment of Deep Reinforcement Learning & Supervised Learning for Quantitative Trading.
MIT License
1.33k stars 335 forks source link

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

Open 915288938lx opened 4 years ago

915288938lx commented 4 years ago

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?

915288938lx commented 4 years ago

can you add my wechat: 915288938