Daniel Berg Thomsen

Results 2 comments of Daniel Berg Thomsen

To be more specific, this is the part of the code I am referencing: https://github.com/unit8co/darts/blob/6096968537da2a6d45591692329fdbdea48b8829/darts/models/forecasting/tcn_model.py#L234-L248 The reason this is working right now is that `input_chunk_length` is passed as the `length`...

After reading the documentation I noticed the following comment, which seems to indicate that this is intentional behavior: https://github.com/unit8co/darts/blob/6096968537da2a6d45591692329fdbdea48b8829/darts/models/forecasting/tcn_model.py#L177-L183 It seems different from other implementations of TCNs (https://github.com/locuslab/TCN for example)....