QiaoranC / tf_ResNeSt_RegNet_model

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

3D ResNest for Pytorch #13

Closed CVAPPS24 closed 3 years ago

CVAPPS24 commented 4 years ago

Are there any guidelines to implement ResNest 3D for Pytorch?

Thanks.

QiaoranC commented 3 years ago

sorry for the long time reply, this reply may too late for you, just in case, there are plenty resource for pytorch, if i want change it to ResNest 3D, replace the conv2d to conv3d and do some change for the input shape. it should work. But i am worry the resource consumer would be too high.