yolov5/models/hub
Glenn Jocher a1e5f9a97d
New model.yaml `activation:` field (#9371)
* New model.yaml `activation:` field

Add optional model yaml activation field to define model-wide activations, i.e.:

```yaml
activation: nn.LeakyReLU(0.1)  # activation with arguments
activation: nn.SiLU()  # activation with no arguments
```

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Update yolo.py

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Add example models

* l to m models

* update

* Add yolov5s-LeakyReLU.yaml

* Update yolov5s-LeakyReLU.yaml

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-09-16 00:55:21 +02:00
..
anchors.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov3-spp.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov3-tiny.yaml Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
yolov3.yaml Fix yolov3.yaml remove list (#6655) 2022-02-16 10:13:05 +01:00
yolov5-bifpn.yaml Update `models/hub/*.yaml` files for v6.0n release (#5540) 2021-11-06 15:07:45 +01:00
yolov5-fpn.yaml Update `models/hub/*.yaml` files for v6.0n release (#5540) 2021-11-06 15:07:45 +01:00
yolov5-p2.yaml Update P2-P7 `models/hub` variants (#6230) 2022-01-06 11:08:09 -08:00
yolov5-p6.yaml Update P2-P7 `models/hub` variants (#6230) 2022-01-06 11:08:09 -08:00
yolov5-p7.yaml Update P2-P7 `models/hub` variants (#6230) 2022-01-06 11:08:09 -08:00
yolov5-p34.yaml Update P2-P7 `models/hub` variants (#6230) 2022-01-06 11:08:09 -08:00
yolov5-panet.yaml Update `models/hub/*.yaml` files for v6.0n release (#5540) 2021-11-06 15:07:45 +01:00
yolov5l6.yaml YOLOv5 release v6.0 (#5141) 2021-10-11 23:47:18 -07:00
yolov5m6.yaml YOLOv5 release v6.0 (#5141) 2021-10-11 23:47:18 -07:00
yolov5n6.yaml YOLOv5 release v6.0 (#5141) 2021-10-11 23:47:18 -07:00
yolov5s-LeakyReLU.yaml New model.yaml `activation:` field (#9371) 2022-09-16 00:55:21 +02:00
yolov5s-ghost.yaml Update `models/hub/*.yaml` files for v6.0n release (#5540) 2021-11-06 15:07:45 +01:00
yolov5s-transformer.yaml Update `models/hub/*.yaml` files for v6.0n release (#5540) 2021-11-06 15:07:45 +01:00
yolov5s6.yaml YOLOv5 release v6.0 (#5141) 2021-10-11 23:47:18 -07:00
yolov5x6.yaml YOLOv5 release v6.0 (#5141) 2021-10-11 23:47:18 -07:00