prlz77 / ResNeXt.pytorch

Reproduces ResNet-V3 with pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I directly convert TensorFlow's ResNext weight to pytorch's weight and use it directly?

ma3252788 opened this issue · comments

Can I directly convert TensorFlow's ResNext weight to pytorch's weight and use it directly?

Or, do you have a pre-trained model on a large data set?

Not directly, you will have to find the corresponding Pytorch weight matrix to fill with each weight matrix from TF. However, it is not impossible. If you do it, I'd be happy to incorporate it here through a pull request.

Not directly, you will have to find the corresponding Pytorch weight matrix to fill with each weight matrix from TF. However, it is not impossible. If you do it, I'd be happy to incorporate it here through a pull request.

OK, I will try~Thank you !