You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: