Closed ish3lan closed 1 month ago
Are you using your custom dataset? @a-paulus should know better this issue. But an easy workaround could be cloning some rows from your dataset so that bs won't be equal to 1...
Yes I am using a custom dataset. I am sorry, I did not get your suggestion of cloning a row in my dataset. You mean duplicating any row in my data set? Would you please guide on how is that related to bs? Thank you
The last line in your log states:
ValueError: Trying to repeat_interleave sequence with bs=1, this might break broadcasting.
So, I'd imagine this is the main cause. Duplicating any row from your dataset may alleviate this problem, although this is a bit clumsy.
After finishing 98% of the first training epoch: