About conifg: context_length 64 and prediction_length

#14
by 0xgr3y - opened

guys, in the configuration_tinytimemixer.py

so, can i retry to context_length = 96
and prediction_length = 5

Args:
context_length (int, optional, defaults to 64)
The context/history length for the input sequence.

prediction_length (int, optional, defaults to 16)
Number of time steps to forecast for a forecasting task. Also known as the Forecast Horizon.

Sign up or log in to comment