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
I found the definition of seconds_total in the dataset.py file, seconds_total = math.ceil(n_samples / self.sample_rate)
I am confused about this, shouldn't the total time be the length of time after the offset? Why does it keep the original audio time length here?
The text was updated successfully, but these errors were encountered:
I found the definition of seconds_total in the dataset.py file,
seconds_total = math.ceil(n_samples / self.sample_rate)
I am confused about this, shouldn't the total time be the length of time after the offset? Why does it keep the original audio time length here?
The text was updated successfully, but these errors were encountered: