image_embeddings
image_embeddings copied to clipboard
Invalid argument: input depth must be evenly divisible by filter depth: 1 vs 3?
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
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 .