728x90
모바일넷2
-
[완벽 리뷰] MobileNetV2 설명<DL> 2022. 12. 27. 20:33
1. Operator : conv2d 3x3 Input = 224x224x3 t,c,n,s = (-, 32, 1, 2) + 3x3x3x32 -> 112x112x32 ======================= Operator : bottleneck t : expansion factor c : output channel의 수 n : 반복 횟수 s : stride hx w x k -> h x w x (tk) -> h/s x w/s x (tk) -> h/s x w/s x k`(channel) ======================== 2. Operator : bottleneck Input = 112x112x32 t,c,n,s = (1, 16, 1, 1) -> 112x112x(1x32) -> (112/1)x(1..