-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
from the code:
Line 212 in 61051fa
| signals[start:start + cargan.CHUNK_SIZE] += signal.squeeze() |
for each chunk output samples, it will be add to signals,
but in the for loop,
Line 207 in 61051fa
| for i in range(0, features.shape[2] - feat_chunk + 1, feat_hop): |
we have the feat_hop,,
for my understand, it will cumsum on the signals, but we only need the first feat_hop * hop_size samples, right?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels