Searched defs:model_cents (Results 1 – 1 of 1) sorted by relevance
137 … model_cents = pitch_nn(torch.from_numpy(np.copy(np.expand_dims(feature,0))).float().to(device)) variable138 model_cents = 20*model_cents.argmax(dim=1).cpu().detach().squeeze().numpy() variable