Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteshirt0429 authored Dec 7, 2023
1 parent b308695 commit db2be51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wenet/utils/train_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,4 +611,3 @@ def freeze_modules(model, args):
if module_name in name:
param.requires_grad = False
logging.debug("{} module is freezed".format(name))

0 comments on commit db2be51

Please sign in to comment.