MCPcopy Create free account
hub / github.com/MoonInTheRiver/DiffSinger / softmax

Function softmax

utils/__init__.py:160–161  ·  view source on GitHub ↗
(x, dim)

Source from the content-addressed store, hash-verified

158
159
160def softmax(x, dim):
161 return F.softmax(x, dim=dim, dtype=torch.float32)
162
163
164def unpack_dict_to_list(samples):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected