The size of tensor a (4) must match the size of tensor b (3) at non-singleton dimension 1

#28
by DarkCava1 - opened

image = normalize(image,[0.5,0.5,0.5],[1.0,1.0,1.0])
this code error

BRIA AI org

@DarkCava1 probably you used input image with 4 channels. try to convert it to RGB first.

Sign up or log in to comment