What is: ReLU6?
Source | MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
ReLU6 is a modification of the rectified linear unit where we limit the activation to a maximum size of . This is due to increased robustness when used with low-precision computation.
Image Credit: PyTorch