Chinese-Text-Classification-Pytorch icon indicating copy to clipboard operation
Chinese-Text-Classification-Pytorch copied to clipboard

使用自己的数据集出现问题

Open 670619720 opened this issue 2 years ago • 2 comments

Loading data... Vocab size: 4762 491it [00:00, 98460.66it/s] 40it [00:00, ?it/s] 42it [00:00, 42113.50it/s] Traceback (most recent call last): File "C:\Users\dell\Desktop\Chinese-Text-Classification-Pytorch-master\run.py", line 41, in dev_iter = build_iterator(dev_data, config) File "C:\Users\dell\Desktop\Chinese-Text-Classification-Pytorch-master\utils.py", line 117, in build_iterator iter = DatasetIterater(dataset, config.batch_size, config.device) File "C:\Users\dell\Desktop\Chinese-Text-Classification-Pytorch-master\utils.py", line 77, in init if len(batches) % self.n_batches != 0: ZeroDivisionError: integer division or modulo by zero

670619720 avatar Nov 14 '22 09:11 670619720

batch改小一点12?

LMR-up avatar May 23 '24 05:05 LMR-up