Espnet: Freeze modules bug?

Created on 23 Apr 2020  路  2Comments  路  Source: espnet/espnet

https://github.com/espnet/espnet/blob/25862dd93081746ac623720f31f4f0f323c9750e/espnet/tts/pytorch_backend/tts.py#L331-L334

Do you think to freeze the module of the model, the line should be change into:
if any(mod.startswith(key) for key in args.freeze_mods):
?

Bug

Most helpful comment

Thank you for your report, @jxzhanggg.
You are right. I fixed in #1865.

All 2 comments

Thank you for your report, @jxzhanggg.
You are right. I fixed in #1865.

Sorry for this mistake I made ... Thank you @kan-bayashi !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

smolendawid picture smolendawid  路  4Comments

ShigekiKarita picture ShigekiKarita  路  5Comments

dathudeptrai picture dathudeptrai  路  4Comments

dsa934 picture dsa934  路  4Comments

panademo picture panademo  路  3Comments