I’ve got this error but I have not read this constraint:
Traceback (most recent call last):
File “/home/aicrowd/runner.py”, line 126, in run_task
assert (
AssertionError: Invalid batch_size: 32 | batch_size should be an integer in the range [1, 16]
Invalid batch size provided.
Why are we limit to batch_size between 1 and 16?
Thanks