keras-sharp icon indicating copy to clipboard operation
keras-sharp copied to clipboard

Failure to using Conv2D with Tensorflow (CPU)

Open hzawary opened this issue 6 years ago • 1 comments

Hi @cesarsouza

Finally! expectations ended :) Thanks to your great work for brought Keras# (Like grate successful Accord.NET). Solution Keras Sharp on VS 2017 with Windows 10 is hard to build, but done it, now I'm trying to use Conv2D but got this:

6) Error : Tests.SequentialTest.sequential_guide_convnet
TensorFlow.TFException : Conv2D on data format NHWC requires the stride attribute to contain 4 values, but got: 2 for 'conv2d_1/Conv2D0' (op: 'Conv2D') with input shapes: [?,100,100,3], [3,3,3,32].

Also on Unit Tests project failed: image

Best the wishes, HZ :)

hzawary avatar May 31 '18 07:05 hzawary

Hi,

I don't know why I've never received a notification on this issue. I am just really glad you could figure it out.

cesarsouza avatar Dec 28 '20 22:12 cesarsouza