DDU icon indicating copy to clipboard operation
DDU copied to clipboard

Question about get_embeddings() in gmm_utils.py

Open ho-suk-93 opened this issue 2 years ago • 0 comments

@omegafragger

What is the meaning of lines below in your get_embeddings() function in gmm_utils.py?

out = net(data) out = net.feature

Is there any meaning in this overwriting on out?

ho-suk-93 avatar Oct 05 '23 16:10 ho-suk-93