Skip to content

[Question, possible BUG] Output of _TCNModule is a function of input_chunk_length, not output_chunk_length #1965

@DanielBergThomsen

Description

@DanielBergThomsen

Hello!

I've been working with the _TCNModule of the library, and only noticed now that the size of the output is the following shape:
x = x.view(batch_size, self.input_chunk_length, self.target_size, self.nr_params)
This strikes me as a bit odd; why would we want to produce target predictions for the past? In that case the model ought to just output the targets it has access to directly.

Best regards,
Daniel

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions