torchtime.models¶
The torchtime.models
subpackage contains definitions of models for addressing common time series tasks.
Model definitions are responsible for constructing computation graphs and executing them.
Some models have complex structure and variations. For such models, factory functions are provided.
InceptionTime model definition |