-
What's the idea behind this down-sampling with asymmetric padding :
Why don't we just use a symmetric padding of 1, everything would fit perfectly.
```
class Downsample(nn.Module):
def __ini…
-
大佬,请教以下这里这行注解是什么意思呀,代表这个参数的实际含义是dilation嘛,实在没搞懂
![Uploading 微信图片_20241030145201.png…]()
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### Ultralytics YOLO Component
Trai…
-
The conv in original is
==>Basic()
==>torch.nn.Conv2d(in_channels=intInput, **out_channels=intOutput,** ...)
Yours is
==>_conv_module()
==>torch.nn.Conv2d(in_channels, **in_channels,** kernel, st…
-
问下 为什么 optimizer 里设两个梯度?
-
### Describe the issue
We are trying to quantize our proprietary model based on RetinaNet using TensorRT's model optimization library. The following warning was raised: **"Please consider running pre…
-
## ❓ Questions & Help
How can I properly store a model and then use the stored file for model deployment?
In this case I'm using the GCNModel. Is there anyway to save it in a standard format (sa…
-
I encountered this error condition while working on "Angular Mechanics" of the Equation Library. You could try:
1 750 lb·in↑2 1 kg·m↑2 CONV Convert
This leads to:
[89621361 52744.773391] errors:…
-
### Checklist
- [ ] The issue exists after disabling all extensions
- [ ] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no simi…