THU-MIG / RepViT

RepViT: Revisiting Mobile CNN From ViT Perspective [CVPR 2024] and RepViT-SAM: Towards Real-Time Segmenting Anything
https://arxiv.org/abs/2307.09283
Apache License 2.0
730 stars 55 forks source link

nn.GELU() if use_hs else nn.GELU(), what is the meaning of "hs" #19

Closed XieZixiUSTC closed 11 months ago

XieZixiUSTC commented 11 months ago

what is the function of 'use_hs"?

jameslahm commented 11 months ago

Hi, 'use_hs' is an unused variable. It can be removed.