mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update attrib comment to include v2
This commit is contained in:
parent
126a58e563
commit
be4e0d8f76
@ -1,8 +1,11 @@
|
|||||||
"""
|
"""
|
||||||
An implementation of GhostNet Model as defined in:
|
An implementation of GhostNet & GhostNetV2 Models as defined in:
|
||||||
GhostNet: More Features from Cheap Operations. https://arxiv.org/abs/1911.11907
|
GhostNet: More Features from Cheap Operations. https://arxiv.org/abs/1911.11907
|
||||||
The train script of the model is similar to that of MobileNetV3
|
GhostNetV2: Enhance Cheap Operation with Long-Range Attention. https://proceedings.neurips.cc/paper_files/paper/2022/file/40b60852a4abdaa696b5a1a78da34635-Paper-Conference.pdf
|
||||||
|
|
||||||
|
The train script & code of models at:
|
||||||
Original model: https://github.com/huawei-noah/CV-backbones/tree/master/ghostnet_pytorch
|
Original model: https://github.com/huawei-noah/CV-backbones/tree/master/ghostnet_pytorch
|
||||||
|
Original model: https://github.com/huawei-noah/Efficient-AI-Backbones/blob/master/ghostnetv2_pytorch/model/ghostnetv2_torch.py
|
||||||
"""
|
"""
|
||||||
import math
|
import math
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user