1
0
mirror of https://github.com/malarinv/tacotron2 synced 2026-03-07 17:32:33 +00:00

hparams.py: adding ignore_layers argument to ignore text embedding layers when warm_starting

This commit is contained in:
rafaelvalle
2019-03-15 17:28:50 -07:00
parent af1f71a975
commit bb67613493

View File

@@ -19,6 +19,7 @@ def create_hparams(hparams_string=None, verbose=False):
dist_url="tcp://localhost:54321",
cudnn_enabled=True,
cudnn_benchmark=False,
ignore_layers=['embedding.weight'],
################################
# Data Parameters #