ZhaoZhibin / UDTL

Source codes for the paper "Applications of Unsupervised Deep Transfer Learning to Intelligent Fault Diagnosis: A Survey and Comparative Study" published in TIM
MIT License
400 stars 103 forks source link

hidden_size #11

Closed winnermiao closed 1 year ago

winnermiao commented 2 years ago

赵老师您好,您开源的代码对我帮助很大,十分感谢您。我在JN数据集上运行AdversarialNet网络,报了下面这个错,不知道如何解决,向您请教。再次感谢! Traceback (most recent call last): File "D:\Pycharmproject\TL\train_advanced.py", line 85, in trainer.setup() File "D:\Pycharmproject\TL\utils\train_utils_combines.py", line 64, in setup self.model = getattr(models, args.model_name)(args.pretrained) TypeError: init() missing 1 required positional argument: 'hidden_size'