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

User Convinence : Training #15

Open
saxenabhishek opened this issue Feb 12, 2021 · 1 comment
Open

User Convinence : Training #15

saxenabhishek opened this issue Feb 12, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@saxenabhishek
Copy link
Contributor

Set number of Epoch and Display step from the trainer function

@saxenabhishek
Copy link
Contributor Author

Maintain an epoch variable in class as self.epoch to track how many epochs are done till now. Take e as an argument in trainer function in class train. Use e in outer loop -- for times to iterate on the dataset. Add that number to self. epoch. Also, take display step as an argument.

@saxenabhishek saxenabhishek added enhancement New feature or request good first issue Good for newcomers labels Feb 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant