wangbin

Results 5 comments of wangbin

> Thanks for pointing out this problem. We will consider adding this feature in the future. > > Currently, I would recommend [**PaddleRS**](https://github.com/PaddlePaddle/PaddleRS) as an alternative. PaddleRS provides the functionality...

hi, i meet the same problem, has it happen before? it's my first time use this optimizer. my env this ubuntu 18.0.4 torch 1.8.0 cuda 11.1

> > hi, i meet the same problem, has it happen before? it's my first time use this optimizer. my env this ubuntu 18.0.4 torch 1.8.0 cuda 11.1 > >...

Hi guys, I have solved this problem. The bug is on this (part)[https://github.com/ucbdrive/dla/blob/master/dla.py#L206]. ```python def forward(self, x, residual=None, children=None): children = [] if children is None else children bottom =...