Open sandeep-25 opened 4 years ago
Dear Yonghao. I am getting the error "The pool_size argument must be a tuple of 2 integers. Received: (1, 2, 2)" while using your function MCNN_RS.
pool_size
Hi, the code is now updated with the Keras 2.2.4 using the Tensorflow backend engine. This error is fixed now.
Keras 2.2.4
Tensorflow
Dear Yonghao. I am getting the error "The
pool_size
argument must be a tuple of 2 integers. Received: (1, 2, 2)" while using your function MCNN_RS.