Skip to content

fix(training): remove verbose param from ReduceLROnPlateau to avoid TypeError#1

Open
mo10107 wants to merge 1 commit intoVec1man:mainfrom
mo10107:main
Open

fix(training): remove verbose param from ReduceLROnPlateau to avoid TypeError#1
mo10107 wants to merge 1 commit intoVec1man:mainfrom
mo10107:main

Conversation

@mo10107
Copy link

@mo10107 mo10107 commented Jul 25, 2025

Problem:
When training VQ-VAE, ReduceLROnPlateau was called with verbose=True, which caused a TypeError: ReduceLROnPlateau.init() got an unexpected keyword argument 'verbose'

Fix:
Removed the verbose argument from the scheduler constructor.

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.

1 participant