Skip to content

about the ar loop? #7

@azraelkuan

Description

@azraelkuan

from the code:

signals[start:start + cargan.CHUNK_SIZE] += signal.squeeze()

for each chunk output samples, it will be add to signals,
but in the for loop,

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions