Converting tensorflow graph to fastai/pytorch

Has someone converted any tensorflow code to fastai framework ? I am looking for some examples.

1 Like

I am looking for the opposite, take my pytorch models and convert it to tensorflow since TF is more readily supported in production systems at work.

If you haven’t already, this project might be useful to convert models from one-framework to another: https://github.com/onnx/tutorials

3 Likes

Thanks Abi. Will look at it.