timesfm icon indicating copy to clipboard operation
timesfm copied to clipboard

fix: model cannot be loaded with custom quantiles

Open AzulGarza opened this issue 8 months ago • 1 comments

passing different quantiles than DEFAULT_QUANTILES in src.timesfm.timesfm_base (eg. quantiles=[0.3, 0.4]) throws the following error:

Image

which makes sense if the decoder was hardcoded to output that size of quantiles.

AzulGarza avatar Jul 05 '25 02:07 AzulGarza

So, I was trying to go ahead with [60, 70, 80, 90]. That also ended up throwing error. So what are the default quantiles - [80,90] only?

Satyajit-Chaudhuri avatar Oct 17 '25 08:10 Satyajit-Chaudhuri