Glenn Jocher
5866646cc8
Fix float zeros format ( #5491 )
* Fix float zeros format
* 255 to integer
3 vuotta sitten
Glenn Jocher
24bea5e4b7
Standardize headers and docstrings ( #4417 )
* Implement new headers
* Reformat 1
* Reformat 2
* Reformat 3 - math
* Reformat 4 - yaml
3 vuotta sitten
Glenn Jocher
9c7bb5a52c
ACON Activation batch-size 1 bug patch ( #2901 )
* ACON Activation batch-size 1 bug path
This is not a great solution to https://github.com/nmaac/acon/issues/4 but it's all I could think of at the moment.
WARNING: YOLOv5 models with MetaAconC() activations are incapable of running inference at batch-size 1 properly due to a known bug in https://github.com/nmaac/acon/issues/4 with no known solution.
* Update activations.py
* Update activations.py
* Update activations.py
* Update activations.py
3 vuotta sitten
Glenn Jocher
264d860f8d
ACON activation function ( #2893 )
* ACON Activation Function
## 🚀 Feature
There is a new activation function [ACON (CVPR 2021)](https://arxiv.org/pdf/2009.04759.pdf ) that unifies ReLU and Swish.
ACON is simple but very effective, code is here: https://github.com/nmaac/acon/blob/main/acon.py#L19
![image](https://user-images.githubusercontent.com/5032208/115676962-a38dfe80-a382-11eb-9883-61fa3216e3e6.png )
The improvements are very significant:
![image](https://user-images.githubusercontent.com/5032208/115680180-eac9be80-a385-11eb-9c7a-8643db552c69.png )
## Alternatives
It also has an enhanced version meta-ACON that uses a small network to learn beta explicitly, which may influence the speed a bit.
## Additional context
[Code](https://github.com/nmaac/acon ) and [paper](https://arxiv.org/pdf/2009.04759.pdf ).
* Update activations.py
3 vuotta sitten
Glenn Jocher
fea9c9b80c
nn.SiLU() citation correction ( #1713 )
3 vuotta sitten
Glenn Jocher
6bd5e8bca7
nn.SiLU() export support ( #1713 )
3 vuotta sitten
Glenn Jocher
94a7f55c4e
FReLU bias=False bug fix ( #1666 )
3 vuotta sitten
Glenn Jocher
fe341fa44d
Utils reorganization ( #1392 )
* Utils reorganization
* Add new utils files
* cleanup
* simplify
* reduce datasets.py
* remove evolve.sh
* loadWebcam cleanup
4 vuotta sitten
Glenn Jocher
4d7f222f73
Update export.py with v3.0 Hardswish() support
4 vuotta sitten
Glenn Jocher
71209a6099
exportable Hardswish() implementation
4 vuotta sitten
Glenn Jocher
916d4aad9a
v3.0 Release ( #725 )
* initial commit
* remove yolov3-spp from test.py study
* update study --img range
* update mAP
* cleanup and speed updates
* update README plot
4 vuotta sitten
Glenn Jocher
f346da9f2b
update activations.py
4 vuotta sitten
Glenn Jocher
c8892672a7
Funnel ReLU (FReLU) @staticmethod bug fix ( #556 )
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 vuotta sitten
Glenn Jocher
131782a2aa
Funnel ReLU (FReLU) ( #556 )
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 vuotta sitten
AlexWang1900
4b074d9d9d
Funnel ReLU (FReLU) ( #556 )
* fix #541 #542
* Update train.py
* Add Frelu
* Update activations.py
PEP8 and format updates for commonality with models.common.Conv()
* Update activations.py
Update case
* Update activations.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4 vuotta sitten
Glenn Jocher
c5966abba8
glob search bug fix #77
4 vuotta sitten
Lornatang
54795a4f0a
fix problem
4 vuotta sitten
Glenn Jocher
1e84a23f38
initial commit
4 vuotta sitten