nebuly icon indicating copy to clipboard operation
nebuly copied to clipboard

Add conversion from ONNX to TensorFlow to allow cross conversion PyTorch->ONNX->TensorFlow

Open valeriosofi opened this issue 2 years ago • 2 comments

At the moment we support only PyTorch to ONNX and TensorFlow to ONNX conversions. We could test and use this repo to convert an ONNX model to TensorFlow in order to support PyTorch to TensorFlow conversion.

valeriosofi avatar Jan 24 '23 15:01 valeriosofi

Hi, I want to contribute. How can I help?

DeepakKabdwal avatar Mar 28 '23 14:03 DeepakKabdwal

Hello @DeepakKabdwal, thank you very much for your interest in the Nebullvm project! Of course, you can contribute to this issue! I think that the main steps would be:

  • learn to use this repo following their readme on GitHub, then test it with some ONNX models to verify if it works as expected;
  • if it does, take a look at how we implemented the conversions so far here;
  • once you are ready, you can implement the converter inside nebullvm;
  • test that everything works as expected in your local environment.

Let me know if you have any question or if you need any help for the implementation!

valeriosofi avatar Mar 28 '23 15:03 valeriosofi