Update README.md

This commit is contained in:
Wang Xinyu 2020-02-21 16:49:16 +08:00 committed by GitHub
parent 4a8d79d82f
commit a8a72e01e5

View File

@ -50,4 +50,5 @@ Some tricky operations encountered in these models, already solved, but might ha
|leaky relu| I wrote a leaky relu plugin, but PRelu in `NvInferPlugin.h` can be used, see yolov3. |
|yolo layer| yolo layer is implemented as a plugin, see yolov3. |
|upsample| replaced by a deconvolution layer, see yolov3. |
|hsigmoid| hard sigmoid is implemented as a plugin, hsigmoid and hswish are used in mobilenetv3 |