ugh
This commit is contained in:
parent
54d65cf37d
commit
a3b7260514
|
@ -735,8 +735,8 @@ class Base(nn.Module):
|
|||
if self.version >= 6:
|
||||
self.raw_text_emb = Embedding(self.n_raw_text_tokens, d_model)
|
||||
|
||||
self.resp_parallel_training = True #
|
||||
self.monolithic_audio_encoder = True #
|
||||
self.resp_parallel_training = True # governs if all levels are trained in parallel or one per sample like the old way
|
||||
self.monolithic_audio_encoder = False # monolithic sounds bad
|
||||
if self.version >= 7:
|
||||
pd_model = d_model // 4
|
||||
pd_ffn = pd_model * 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user