tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

Pytorch to Tensorflow conversion

Open adrianosantospb opened this issue 6 years ago • 0 comments

I have a question about trained model conversion. I have a PyTouch model trained and I'd like to convert to Tensorflow model. I found this example but I don't understand why is necessary to create something like this to convert the model?

dummy_input = Variable(torch.randn(1, 1, 28, 28)) ...

Tks for your help.

adrianosantospb avatar Oct 17 '19 21:10 adrianosantospb