You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tested EfficientFormerV2-s0 and EfficientFormerV2-s2 on 2080Ti, the input size is 1x3x224x224, and got the result as follows:
EfficientFormerV2-s2: about 24ms/per input,
EfficientFormerV2-s0: about 22ms/per input
Is this reasonable? seems different from A100 results in your paper. Any reply is appreciated, thx.
The text was updated successfully, but these errors were encountered:
I used GeForce RTX3060 on my segmentation model using the EfficientFormerV2-S0 backbone and the PoolFormer-S12 backbone. The FPS results are 61 frame/s and 108 frame/s. I don't think this backbone is very universal in calculating the time, and it is specially designed for iPhone. It is similar to such segmentation models as ENet, although the number of parameters and the amount of computation are relatively small, the actual computation time is very long, which may be related to the fact that Pytorch has no acceleration for this part of the computation.
Hi, I tested EfficientFormerV2-s0 and EfficientFormerV2-s2 on 2080Ti, the input size is 1x3x224x224, and got the result as follows:
EfficientFormerV2-s2: about 24ms/per input,
EfficientFormerV2-s0: about 22ms/per input
Is this reasonable? seems different from A100 results in your paper. Any reply is appreciated, thx.
The text was updated successfully, but these errors were encountered: