Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
670619720 opened this issue Nov 14, 2022 · 1 comment
Open

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

670619720 opened this issue Nov 14, 2022 · 1 comment

Comments

@670619720
Copy link

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

@LMR-up
Copy link

LMR-up commented May 23, 2024

batch改小一点12?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants