cesarsouza / keras-sharp

Keras# initiated as an effort to port the Keras deep learning library to C#, supporting both TensorFlow and CNTK
Other
244 stars 59 forks source link

Failure to using Conv2D with Tensorflow (CPU) #27

Open hzawary opened 6 years ago

hzawary commented 6 years ago

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 :)

cesarsouza commented 3 years ago

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.