Home
last modified time | relevance | path

Searched defs:model_cents (Results 1 – 1 of 1) sorted by relevance

/external/libopus/dnn/torch/neural-pitch/
Dneural_pitch_update.py137model_cents = pitch_nn(torch.from_numpy(np.copy(np.expand_dims(feature,0))).float().to(device)) variable
138 model_cents = 20*model_cents.argmax(dim=1).cpu().detach().squeeze().numpy() variable