IRIS-AUDIO / SELD

7 stars 8 forks source link

Efficientnet #129

Closed daniel03c1 closed 3 years ago

daniel03c1 commented 3 years ago

EfficientNet을 tensorflow 공식 repository에서 가져와서, strides만 손봤습니다.

daniel03c1 commented 3 years ago

혹시 depthwise를 일반 conv 로 바꾸신 이유는 있으신가요??

네 Depthwise2D에서는 strides를 (1, 2)처럼 strides 크기가 다르게 설정할 수가 없습니다. 그래서 strides를 (1, 2)처럼 time, freq 축마다 strides 크기를 다르게 하기 위해서 바꿨습니다!