DDU
DDU copied to clipboard
Question about get_embeddings() in gmm_utils.py
@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?