dilated-attention-pytorch icon indicating copy to clipboard operation
dilated-attention-pytorch copied to clipboard

ZeroDivisionError: integer division or modulo by zero

Open younesselbrag opened this issue 11 months ago • 1 comments

i got this During the Benchmark


    # assert len(unknown_axes) == 1, 'this is enforced when recipe is created, so commented out'
--> 186             if isinstance(length, int) and isinstance(known_product, int) and length % known_product != 0:
    187                 raise EinopsError(f"Shape mismatch, can't divide axis of length {length} in chunks of {known_product}")
    188 

ZeroDivisionError: integer division or modulo by zero

younesselbrag avatar Mar 25 '24 01:03 younesselbrag