SlowFastNetworks icon indicating copy to clipboard operation
SlowFastNetworks copied to clipboard

Quetion about the inplane

Open Tylerjoe opened this issue 3 years ago • 2 comments

Thanks for sharing the code of your implementation, but i have a question about follow line, why should we do this operation in slow path?

https://github.com/r1ch88/SlowFastNetworks/blob/251a97a37a6b6ffb4ae15b1225689c16bef75687/lib/slowfastnet.py#L179

Thanks for your reply!

sincerly!

Tylerjoe avatar Mar 22 '21 12:03 Tylerjoe

I think it is in the article image

zkyunqi avatar Mar 26 '21 14:03 zkyunqi

You need to add dimensions for lateral connections from fastpath.

If you only want slowonly, you can just delete the content after "+".

TimandXiyu avatar Oct 21 '21 12:10 TimandXiyu