added the mysterious tortoise_compat flag mentioned in DLAS repo

remotes/1712651250662044647/master
mrq 2023-03-09 03:41:40 +07:00
parent 3b4f4500d1
commit b8867a5fb0
2 changed files with 5 additions and 5 deletions

@ -1 +1 @@
Subproject commit 0ee0f46596158aa1d6b8f95b1e7637785c616ee3
Subproject commit 84c8196da5686995e0632a0e0f5539f5549bbdd8

@ -94,8 +94,8 @@ steps:
networks:
gpt:
type: generator
which_model_G: unified_voice2 # none of the unified_voice*.py files actually match the tortoise inference code... 4 and 3 have "alignment_head" (wtf is that?), 2 lacks the types=1 parameter.
type: generator
which_model_G: unified_voice2
kwargs:
layers: 30 # originally: 8
model_dim: 1024 # originally: 512
@ -112,8 +112,8 @@ networks:
train_solo_embeddings: False # missing in uv3/4
use_mel_codes_as_input: True # ditto
checkpointing: True
#types: 1 # this is MISSING, but in my analysis 1 is equivalent to not having it.
#only_alignment_head: False # uv3/4
tortoise_compat: True
# freeze_everything_but_position_embeddings: True
path:
strict_load: true