yashkant/spad

Assertion Error

Closed this issue · 2 comments

It seems solved when

if batch_size * (idx + 1) > len(captions):
changes to >=.

fixed, thanks!