Open arijit17 opened 6 years ago
What version of cntk are you using?
@delzac Latest and greatest CNTK 2.6 and Keras 2.2.4
@delzac are you also facing similar issues?
Hi, i did a quick debugging, i don't think you can use None in input_shape. I personally don't use Keras, so i'm not sure how they implement cntk in the backend.
I changed None to a int and it worked.
Hi @delzac : indeed replacing the None in input_shape=(None,1,N) solves. But this is not desired. So, as far as I see this is a bug!
What's your None for? To declare an undefined channel axis?
Hi!
I'm using latest CNTK and Keras on Windows.
I'm faced with an error on Keras Conv2DTranspose as shown below. The code works fine with TensorFlow backend. Any idea what's going on?