Skip to content

Conversation

Copy link

Copilot AI commented Nov 3, 2025

Addresses code review feedback to replace a debug print statement with proper logging.

Changes

  • Replaced print("*****************") with logger.debug("Setting up validation data with configured parameters") at line 282 in apps/whisper_fine_tuning/src/core/train/train_nemo.py

The change uses the existing logger instance and provides a meaningful debug message describing the validation setup step.

# Before
print("*****************")

model.setup_validation_data(val_cfg)

# After
logger.debug("Setting up validation data with configured parameters")
model.setup_validation_data(val_cfg)

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Update to address feedback from PR #4 Replace debug print with logger in train_nemo.py Nov 3, 2025
Copilot AI requested a review from karinassini November 3, 2025 20:22
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