MCPcopy Create free account
hub / github.com/ICTMCG/FakeSV / forward

Method forward

code/utils/vggish_modified.py:112–113  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

110 return torch.squeeze(quantized_embeddings)
111
112 def forward(self, x):
113 return self.postprocess(x)
114
115
116def make_layers():

Callers

nothing calls this directly

Calls 1

postprocessMethod · 0.95

Tested by

no test coverage detected