Processing batch

for i, data in enumerate(train_dataloader, 0):

File “/home/vijay/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py”, line 637, in next
return self._process_next_batch(batch)

File “/home/vijay/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py”, line 657, in _process_next_batch
if isinstance(batch, ExceptionWrapper): raise batch.exc_type(batch.exc_msg)

error

Could you describe your error, what you are trying to do, and where you are stuck?

PS: you can post code snippets by wrapping them into three backticks ```, which would make debugging easier. :wink: