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

Error when using full_eval.py with --skip_training #1082

Open
dasoumao opened this issue Nov 22, 2024 · 0 comments
Open

Error when using full_eval.py with --skip_training #1082

dasoumao opened this issue Nov 22, 2024 · 0 comments

Comments

@dasoumao
Copy link

The error happens at line 82 and 83 in full_eval.py. These lines try to store the time cost of training. But skip_training argument skip the training process. So the datas that try to write are not defined. This two line should indented to the training code block.

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