pppwzj

Results 3 comments of pppwzj

> During training, you can reduce the parameter [here](https://github.com/SysCV/transfiner/blob/main/detectron2/modeling/poolers.py#L271) and [here](https://github.com/SysCV/transfiner/blob/main/detectron2/modeling/roi_heads/mask_head.py#L298) to save memory. during test, how to save memory? Thank you.

> During training, you can reduce the parameter [here](https://github.com/SysCV/transfiner/blob/main/detectron2/modeling/poolers.py#L271) and [here](https://github.com/SysCV/transfiner/blob/main/detectron2/modeling/roi_heads/mask_head.py#L298) to save memory. Could you tell me if I reduce the parameter LIMIT, will it have any effect on...

I also wonder whether or not you have any plans to publish the code of self training process recently? Thank you very much