You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since np.random.randint has the right exclusive boundary, np.random.randint(0, 0) raises an error. Consider to switch to random.randint or change to audio.shape[-1] > self.segment_length?
The text was updated successfully, but these errors were encountered:
WaveGrad/data.py
Lines 47 to 49 in 6be2f4c
Since
np.random.randint
has the right exclusive boundary, np.random.randint(0, 0) raises an error. Consider to switch torandom.randint
or change toaudio.shape[-1] > self.segment_length
?The text was updated successfully, but these errors were encountered: