timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.14k stars 642 forks source link

AttributeError: 'TST' object has no attribute 'backbone' #858

Open tohidabedini opened 10 months ago

tohidabedini commented 10 months ago

Many models do not have a 'backbone' attribute and can not be used as base_arch for mWDNPlus. Some of them have 'backbone' but it seems many models do not have. Is it a bug?

model = mWDNPlus(self.feature_dim, c_out=self._features_dim, seq_len=self.sequence_length, base_arch=TST)