iFormer icon indicating copy to clipboard operation
iFormer copied to clipboard

Replicate

Open ZiMo-Chen opened this issue 3 years ago • 3 comments

Hello, thank you for your work. I am very interested in your work and would like to reproduce your code. Is there anything special about your code when it is implemented

ZiMo-Chen avatar Jun 20 '22 07:06 ZiMo-Chen

Hello, thank you for your work. I am very interested in your work and would like to reproduce your code. Is there anything special about your code when it is implemented

Hello,bro How is your reproduce plan going? Can you tell me the implement for the maxpooling+linear branch of the high-frequency mixer? I feel confused how this branch keep the feature map through it the same size even after the pool operation. Can you tell me the configuration details for the branch? Thank you a lot !

Ga-Lee avatar Jun 21 '22 02:06 Ga-Lee

Hello, thank you for your work. I am very interested in your work and would like to reproduce your code. Is there anything special about your code when it is implemented

Hello,bro How is your reproduce plan going? Can you tell me the implement for the maxpooling+linear branch of the high-frequency mixer? I feel confused how this branch keep the feature map through it the same size even after the pool operation. Can you tell me the configuration details for the branch? Thank you a lot !

I have tried to implement the operation for h1. I think you must add upsample operation after maxpool+linear, or use linear only. Or if you only use maxpool+linear, the shape of image will be not the same as outputs of other channels(h2 & low-frequency). Personal understanding, for reference only.

Allenem avatar Jul 05 '22 03:07 Allenem

Hello, thank you for your work. I am very interested in your work and would like to reproduce your code. Is there anything special about your code when it is implemented

Hello,bro How is your reproduce plan going? Can you tell me the implement for the maxpooling+linear branch of the high-frequency mixer? I feel confused how this branch keep the feature map through it the same size even after the pool operation. Can you tell me the configuration details for the branch? Thank you a lot !

I have tried to implement the operation for h1. I think you must add upsample operation after maxpool+linear, or use linear only. Or if you only use maxpool+linear, the shape of image will be not the same as outputs of other channels(h2 & low-frequency). Personal understanding, for reference only.

Thank you for your reply. I had reproduced this branch according to the way in which Inception V1 operates—— I set padding = 1 to keep the size of feature map constant when pooling , I am not sure whether it is reasonable. Orz

Ga-Lee avatar Jul 05 '22 13:07 Ga-Lee