ResNeSt icon indicating copy to clipboard operation
ResNeSt copied to clipboard

tensorflow version?

Open frankrao opened this issue 4 years ago • 2 comments

I tried the 3rd party tensorflow implementation in the README: https://github.com/QiaoranC/tf_ResNeSt_RegNet_model, but it doesn't provide pretrained weights.

Any other solution for tf2.x/keras version?

frankrao avatar Jun 08 '20 12:06 frankrao

Sorry that I am not a TF user. It would be great if we can have community contributions on this.

zhanghang1989 avatar Jul 18 '20 03:07 zhanghang1989

I have created a repo here which contains my implementation in Tensorflow 2.2 with converted weights. However, I only tested the models on a few images as a check, so I cannot say if I converted the weights properly, but so far there have been no leaks. It seems that I need to update some parts to be tf 2.3 compatible.

RichardXiao13 avatar Aug 11 '20 20:08 RichardXiao13