We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever I attached my own custom dataset, this error is coming
Starting Generator MLE Training... Traceback (most recent call last): File "main.py", line 169, in <module> inst._run() File "/content/drive/My Drive/Colab Notebooks/2/TextGAN-PyTorch/instructor/real_data/seqgan_instructor.py", line 41, in _run self.pretrain_generator(cfg.MLE_train_epoch) File "/content/drive/My Drive/Colab Notebooks/2/TextGAN-PyTorch/instructor/real_data/seqgan_instructor.py", line 85, in pretrain_generator pre_loss = self.train_gen_epoch(self.gen, self.train_data.loader, self.mle_criterion, self.gen_opt) File "/content/drive/My Drive/Colab Notebooks/2/TextGAN-PyTorch/instructor/real_data/instructor.py", line 107, in train_gen_epoch return total_loss / len(data_loader) ZeroDivisionError: division by zero
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whenever I attached my own custom dataset, this error is coming
The text was updated successfully, but these errors were encountered: