llSourcell / deep_dream_challenge

Deep Dream Challenge code by @SIrajology on Youtube (Learn Python for Data Science #5)
84 stars 73 forks source link

Have you solved your problem?I meet the same question with you.I get an error like: Status(StatusCode=InvalidArgument, Detail="input and filter must have the same depth: 1 vs 3 #8

Open YuanYingtao opened 5 years ago

YuanYingtao commented 5 years ago

I get an error like: Status(StatusCode=InvalidArgument, Detail="input and filter must have the same depth: 1 vs 3 [[Node: conv2d_1/convolution = Conv2D[T=DT_FLOAT, data_format="NHWC", dilations=[1, 1, 1, 1], padding="VALID", strides=[1, 2, 2, 1], use_cudnn_on_gpu=true, _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_input_1_0_0, conv2d_1/kernel/read)]]")'

Any thoughts on this? for me it is 1 Vs 3

_Originally posted by @R-Miner in https://github.com/llSourcell/deep_dream_challenge/issues/5#issuecomment-385746196_

ajaysub110 commented 5 years ago

Even I get the same error. Any ideas on how to solve it?