Yyoom618add MambaSL model & CLS scripts
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
init | 3 年前 | |
Fix model instantiation: remove redundant '.Model' access Since the new `LazyModelDict` now directly returns the model class instead of the module, the intermediate `.Model` attribute access is no longer necessary. Changes: - Changed: `self.model_dict[...].Model(args)` - To: `self.model_dict[...](args)` This fixes the "AttributeError: type object 'Model' has no attribute 'Model'". | 7 个月前 | |
fix requirements timemixer | 6 个月前 | |
add MambaSL model & CLS scripts | 5 个月前 | |
Fix model instantiation: remove redundant '.Model' access Since the new `LazyModelDict` now directly returns the model class instead of the module, the intermediate `.Model` attribute access is no longer necessary. Changes: - Changed: `self.model_dict[...].Model(args)` - To: `self.model_dict[...](args)` This fixes the "AttributeError: type object 'Model' has no attribute 'Model'". | 7 个月前 | |
Fix model instantiation: remove redundant '.Model' access Since the new `LazyModelDict` now directly returns the model class instead of the module, the intermediate `.Model` attribute access is no longer necessary. Changes: - Changed: `self.model_dict[...].Model(args)` - To: `self.model_dict[...](args)` This fixes the "AttributeError: type object 'Model' has no attribute 'Model'". | 7 个月前 | |
Fix model instantiation: remove redundant '.Model' access Since the new `LazyModelDict` now directly returns the model class instead of the module, the intermediate `.Model` attribute access is no longer necessary. Changes: - Changed: `self.model_dict[...].Model(args)` - To: `self.model_dict[...](args)` This fixes the "AttributeError: type object 'Model' has no attribute 'Model'". | 7 个月前 | |
Fix model instantiation: remove redundant '.Model' access Since the new `LazyModelDict` now directly returns the model class instead of the module, the intermediate `.Model` attribute access is no longer necessary. Changes: - Changed: `self.model_dict[...].Model(args)` - To: `self.model_dict[...](args)` This fixes the "AttributeError: type object 'Model' has no attribute 'Model'". | 7 个月前 |