Closed wh1sperC closed 1 year ago
When I set batch_size=2 to train my model, it told me "AttributeError: 'list' object has no attribute 'requires_grad'."So how to solve it to enlarge batch_size?I want to save my time on training model.
We do not support batch_size>1 at the moment. We will follow up in #13 for updates.
When I set batch_size=2 to train my model, it told me "AttributeError: 'list' object has no attribute 'requires_grad'."So how to solve it to enlarge batch_size?I want to save my time on training model.