INNER CODE UNIT · Python

t_s_max

jaywalnut310/vits · monotonic_align/__init__.py:17

  t_s_max = mask.sum(2)[:, 0].data.cpu().numpy().astype(np.int32)
  maximum_path_c(path, neg_cent, t_t_max, t_s_max)
  return torch.from_numpy(path).to(device=device, dtype=dtype)

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…