UNQ_C4 unit test show exception yet

Continuing the discussion from Issue with UNQ_C4:
Hello everyone,

I just run the unit test for UNQ_C4 but the message "InconclusiveDimensionOperation: Cannot divide evenly the sizes of shapes (6, 2, 3) and (2, 3, 2, 2)" still showing.

I appreciaty any advice.

Best regards,

Hi wsbrito1975,

Try not to calculate n_batch yourself, but leave it to python to determine the size of this dimension in the first reshape of x. You can have a look here.

Good luck!

3 Likes

Thanks a lot @reinoudbosch it really helped me.