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

Automatic determination of train_len for IteratorDataset #759

Open
linshokaku opened this issue Oct 11, 2023 · 0 comments · May be fixed by #778
Open

Automatic determination of train_len for IteratorDataset #759

linshokaku opened this issue Oct 11, 2023 · 0 comments · May be fixed by #778
Assignees
Labels
cat:enhancement New feature or request

Comments

@linshokaku
Copy link
Member

If the values of train_len and elva_len inside Trainer.run() and Evaluator.run() could not be determined, they should be changed to be 1 and epoch == iteration.

If the length of iterable passed to run() does not exist, an error occurs when train_len==None, but it should be changed so that it can be executed as train_len=1.

@kmaehashi kmaehashi added the cat:enhancement New feature or request label Oct 12, 2023
@linshokaku linshokaku linked a pull request Oct 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants