Allen

Results 2 issues of Allen

In trainer.py, at line 71 ```self.lr_scheduler.step()``` should be replaced by ```self.lr_scheduler.step(epoch)``` the source code of the function step is ``` def step(self, epoch=None): if epoch is None: epoch = self.last_epoch...

![image](https://user-images.githubusercontent.com/31880765/68760768-93320a00-064d-11ea-8ce0-5b919798e31c.png) 箭头指的是不是应该改成grad_output*ctx.constant