Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about forward function in x_vector.py #5

Open
raymond00000 opened this issue Mar 2, 2021 · 0 comments
Open

about forward function in x_vector.py #5

raymond00000 opened this issue Mar 2, 2021 · 0 comments

Comments

@raymond00000
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant