Zach Deane-Mayer
Zach Deane-Mayer
Hmm looks like I have some tests to fix
Looks like at least on test failed because of dependencies which is odd. Let me rebase off the main branch and see what happens
awesome! Thank you for the feedback and for helping me get this over the line!
I made a PR here for segformers. once that's merged I'll add table transformers! https://github.com/huggingface/optimum/pull/1820
segformers PR merged!
@mht-sharma — I don't see a modeling ORT for table-transformers (like there was with segformers). Does this mean I'll need to make one? https://github.com/huggingface/optimum/blob/main/optimum/onnxruntime/modeling_ort.py
I took a shot at this. What do you think? https://github.com/huggingface/optimum/pull/1900
Please post a reproducible example here. Sent from my iPhone > On Aug 7, 2016, at 7:35 AM, Karl Arao [email protected] wrote: > > I was following the code posted...
Yeah I get the same error. It's really odd, because `stl.Forecast` is a pretty simple function: ``` R function (x, h, method = "ets", ...) { forecast::stlf(x, h = h,...
Good point. I think GBM sometimes has similar problems when the user-specified distribution conflicts with the default chosen by GBM. I think we need to clean up the code a...