Peeta586
Peeta586
# Summary According to the log, the backward function in subclass of torch.autograd.Function has been executed. but pytest-cov reports this function is missing.  **please help me check this problem,...
# in rfcn.py self.rfcn_score = Conv2d(1024,7\*7\*8, 1,1, bn=False) self.rfcn_bbox = Conv2d(1024, 7\*7\*self.n_classes,1,1,bn=False) if it is wrong? whether it needs to be put upside down. self.rfcn_bbox = Conv2d(1024,7\*7\*8, 1,1, bn=False) self.rfcn_score...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior There is not the dilation as an argument passed into build_kernel_map...
**Describe the bug** ```shell ibEGL warning: DRI3: Screen seems not DRI3 capable libEGL warning: DRI2: failed to authenticate [2025-03-27T13:00:27Z ERROR wgpu::backend::wgpu_core] Handling wgpu errors as fatal by default thread 'main'...