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

Seperate testing script #31

Closed SaiJaswanthBehara closed 2 years ago

SaiJaswanthBehara commented 2 years ago

Hi, i couldn't find a way only to run the testing part without running the entire flow. Is there any way to do this?

VEWOXIC commented 2 years ago

Hi. You can always call the predict function of the experiment class (in ./experiment/exp_xxx.py) to load an existing trained model and perform prediction. Or you can add a line of loading state_dict file in the test function and perform the test on it.

If your have further quentions, please feel free to contact us.

VEWOXIC commented 2 years ago

If there is no further query, we will close this issue. Thanks for your attention.