Results 1 comments of Forkxz

I think the un-inited super class of ```Optimizer``` causes this problem. add: ```python super().__init__(params = opt.param_groups, defaults=opt.defaults) ``` helps to complete the init process.