tsai icon indicating copy to clipboard operation
tsai copied to clipboard

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

Open tohidabedini opened this issue 1 year ago • 0 comments

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)

tohidabedini avatar Nov 16 '23 09:11 tohidabedini