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

Function cycle

usr/diff/shallow_diffusion_tts.py:28–31  ·  view source on GitHub ↗
(dl)

Source from the content-addressed store, hash-verified

26
27
28def cycle(dl):
29 while True:
30 for data in dl:
31 yield data
32
33
34def num_to_groups(num, divisor):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected