Skip to content

about forward function in x_vector.py #5

@raymond00000

Description

@raymond00000

I wonder why in forward step, it returns the tdnn1_out.
I suppose it should be commented else the model training will not work?

def forward(self, inputs):
    tdnn1_out = self.tdnn1(inputs)
    **return tdnn1_out**

also, what is the difference to x_vector_Indian_LID.py?
what does _Indian_LID meant?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions