QiaoranC / tf_ResNeSt_RegNet_model

tensorflow 2.x version of ResNeSt,RegNet,DETR
129 stars 31 forks source link

3D ResNest implement #8

Closed ghost closed 4 years ago

ghost commented 4 years ago

DONE:

  1. Implement of 3D ResNest model
  2. Initialization module

TODO:

  1. Benchmark
  2. Try on other resnet families
  3. Write transformers effected onto both 2D and 3D data
QiaoranC commented 4 years ago

Thanks, the namespace style looks much clear and pro.