tsai
tsai copied to clipboard
AttributeError: 'TST' object has no attribute 'backbone'
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)