jhzsquared
Results
2
issues of
jhzsquared
When trying to use pandas_loader.to_dataframe with an incompletely filled sheet, I get a `IndexError: list index out of range` . This is because a `Cell` perhaps with values of row...
Possible solutions: Should shift=0, at L2020? Referencing: https://github.com/huggingface/transformers/blame/4fdf58afb72b0754da30037fc800b6044e7d9c99/src/transformers/models/informer/modeling_informer.py#L2020 I've trained/tested an Informer model but when generating the prediction, run into a "RuntimeError: Sizes of tensors must match except in Dimension...