image_embeddings icon indicating copy to clipboard operation
image_embeddings copied to clipboard

Invalid argument: input depth must be evenly divisible by filter depth: 1 vs 3?

Open crashangelbr opened this issue 4 years ago • 1 comments

What This Error?

OP_REQUIRES failed at conv_ops_fused_impl.h:716 : Invalid argument: input depth must be evenly divisible by filter depth: 1 vs 3

crashangelbr avatar Dec 11 '20 08:12 crashangelbr

It means you gave it a grayscale image instead of rgb

On Fri, Dec 11, 2020, 09:49 Crash Angel [email protected] wrote:

What This Error?

OP_REQUIRES failed at conv_ops_fused_impl.h:716 : Invalid argument: input depth must be evenly divisible by filter depth: 1 vs 3

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rom1504/image_embeddings/issues/20, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAR437WU3BZHM2JW62FYX3DSUHMH7ANCNFSM4UWJHVSQ .

rom1504 avatar Dec 11 '20 08:12 rom1504