We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
According to the code below, trainer.num_sanity_val_steps would be multiplied by num_microbatches twice if both running training and validation.
trainer.num_sanity_val_steps
num_microbatches
https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/models/language_modeling/megatron_base_model.py#L383C22-L383C42
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
According to the code below,
trainer.num_sanity_val_steps
would be multiplied bynum_microbatches
twice if both running training and validation.https://github.com/NVIDIA/NeMo/blob/main/nemo/collections/nlp/models/language_modeling/megatron_base_model.py#L383C22-L383C42
The text was updated successfully, but these errors were encountered: