GAIA-vision / GAIA-ssl

Apache License 2.0
18 stars 3 forks source link

DynamicBasicBlock #5

Closed tommiekerssies closed 1 year ago

tommiekerssies commented 1 year ago

Hi, I was wondering whether by any chance you already implemented support for DynamicBasicBlock? I want to train a small supernet and extract subnets with flops in the RN18 group, but I can't compare them because RN18 uses basicblocks.

NickChang97 commented 1 year ago

Sorry, we don't support for DynamicBasicBlock, but with our DynamicConv, it seems not hard to implement.

tommiekerssies commented 1 year ago

Thanks for your response. I have implemented it myself, was very easy indeed. Please see my PR: https://github.com/GAIA-vision/GAIA-cv/pull/4

NickChang97 commented 1 year ago

Really thanks for this PR.