dilated-attention-pytorch
dilated-attention-pytorch copied to clipboard
ZeroDivisionError: integer division or modulo by zero
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