timesfm
timesfm copied to clipboard
fix: model cannot be loaded with custom quantiles
passing different quantiles than DEFAULT_QUANTILES in src.timesfm.timesfm_base (eg. quantiles=[0.3, 0.4]) throws the following error:
which makes sense if the decoder was hardcoded to output that size of quantiles.
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?