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

About test.py #1

Open
Jahyae924 opened this issue Dec 18, 2024 · 0 comments
Open

About test.py #1

Jahyae924 opened this issue Dec 18, 2024 · 0 comments

Comments

@Jahyae924
Copy link

When I debug test.py, I see that 'for epoch in reversed(range(157, args.max_epochs)):'
It's actually an empty range because the start value of 157 is greater than the end value of 150. Therefore, the 'for' loop is not executed and the value of epoch is not assigned. Therefore, the value of the first 'epoch' is None, because the loop will never enter.
So how would I run test.py?

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

1 participant