cure-lab / SCINet

The GitHub repository for the paper: “Time Series is a Special Sequence: Forecasting with Sample Convolution and Interaction“. (NeurIPS 2022)
Apache License 2.0
617 stars 127 forks source link

Fixed exp_pems.py import error #55

Closed ntvthuyen closed 1 year ago

ntvthuyen commented 1 year ago

The class must be SCINet_decompose not SCINet_decomp

kehuo commented 1 year ago

Line 39 needs to be updated from SCINet_decomp to SCINet_decompose too.