Qi Liu

Results 7 comments of Qi Liu

the code is written by python3

is it solved? I have the same problem

@YAwei666 change the whole function from ``` def update_meters(self, losses): loss_d = {k: at.scalar(v) for k, v in losses._asdict().items()} for key, meter in self.meters.items(): meter.add(loss_d[key]) ``` to ``` def update_meters(self,...

I just solve it, change the line from: if isinstance(data, t._C._TensorBase): to if isinstance(data, t._C._TensorBase) and (data.requires_grad==False):

@gd2016229035 thank you. how to transfer to PASCAL VOC format?

@gd2016229035 got it, thank you so much