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

[Fix] Deprecate val_batch_size #353

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tongyx361
Copy link

Validation datasets are sent to inference engines as a whole batch, which will schedule the memory themselves.

  • Remove val_batch_size from examples
  • Set default values of val_batch_size in configs as null and add DEPRECATED comments
  • Add deprecation warnings about val_batch_size in _validate_config

@tongyx361 tongyx361 requested a review from PeterSH6 February 23, 2025 13:39
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

Successfully merging this pull request may close these issues.

2 participants