mirror of
https://github.com/wassname/pytorch-ts.git
synced 2026-07-17 11:32:26 +08:00
* initial lstnet * lstnet network * fixed forward * fix splitter * fix prediction * rename argument to what it is i.e. time_first * fixed scaling and some default values * scaler can now take time_first=False tensors
2 lines
46 B
Python
2 lines
46 B
Python
from .lstnet_estimator import LSTNetEstimator
|