-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
HuBERT base output has 768 dimensions.
-
AASIST LL needs to use self.input_dim to specify the input feature dimension?
self.LL = nn.Linear(1024, 128) -
yaml for HuBERT models may be updated. This works for me
AASIST
backend:
type: AASIST
args:
input_dim: 768
MLP
input_dim: 768
TCM
args: {input_dim: 768, emb_size: 128, heads: 4, num_encoders: 1}
Nes2Net
backend:
type: Nes2Net
args:
input_dim: 768
- {type: CrossEntropy, embedding_dim: 768, n_classes: 2, weight: 1.0}
Metadata
Metadata
Assignees
Labels
No labels