broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

ResNeXt-C block #11

Open 0x00b1 opened 7 years ago

0x00b1 commented 7 years ago

Implement the block diagramed in figure 3a. from “Aggregated Residual Transformations for Deep Neural Networks.”

mjdietzx commented 7 years ago

Implemented here: https://gist.github.com/mjdietzx/0cb95922aac14d446a6530f87b3a04ce#file-residual_network-py-L59

0x00b1 commented 7 years ago

Thanks, @mjdietzx. Huge help!

salihkaragoz commented 6 years ago

@0x00b1 Do you have ResNext Imagenet weights file? Or any plan to implement ResNext ? Thanks in advance ...

hgaiser commented 6 years ago

Are there any plans for this? Would be nice to implement it in keras-retinanent :)