xindongzhang / ECBSR

Edge-oriented Convolution Block for Real-time Super Resolution on Mobile Devices, ACM Multimedia 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to convert pytorch model to tensorflow bp?

kyz20 opened this issue · comments

I have trained the network in pytorch, the network only have three parts, pixel unshuffle, pixel shuffle and ECB blocks.
And the input channel and output channel are RGB.
Is it possible to convert the pytorch network to tensorflow? I have tried the convert.py,but I failed.

Hello, I have encountered same question ,could you solve the ploblem?

Hello, I have encountered same question ,could you solve the ploblem?