denru01 / netadapt

This repo contains the official Pytorch reimplementation of the paper "NetAdapt: Platform-Aware Neural Network Adaptation for Mobile Applications".
MIT License
180 stars 47 forks source link

Tensorflow model #1

Closed cucuuumber closed 4 years ago

cucuuumber commented 4 years ago

Hi!

Is there a possibility that you provide tensorflow implementation of NetAdapt? Or, is it possible to run that pytorch implementation on tensorflow saved_model or frozen graph?

Regards, Piotrek

denru01 commented 4 years ago

We don't currently have a plan for providing a Tensorflow implementation. If your model does not contain special operations, you may be able to use some tools to convert the model from Tensorflow to Pytorch.

cucuuumber commented 4 years ago

Thank you for answer.