Fix evaluation loop behavior when max_eval_steps is set - #42980
Fix evaluation loop behavior when max_eval_steps is set#42980PRATHAMESHG1234 wants to merge 6 commits into
Conversation
|
View the CircleCI Test Summary for this PR: https://huggingface.co/spaces/transformers-community/circle-ci-viz?pr=42980&sha=ed59aa |
|
The Failing test: This is a pre-existing issue where ResNet's All other tests passed. Requesting maintainer review. |
|
@sgugger @ArthurZucker @muellerzr Could you review this PR? The ResNet test failure appears unrelated to the changes. |
This PR follows up on #41299 and fixes remaining issues around max_eval_steps.
All trainer tests pass locally.