AIM 2020 Efficient Super-Resolution Challenge Forum

Go back to competition Back to thread list Post in this thread

> I implemented my algorithm with Tensorflow, should I convert it to pytorch code and submit?

The parameters and FLOPs are valid, but the inference time is different on different frameworks.
Do I need to convert all my models into Pytorch version?
If not, how would you evaluate the inference time fairly?

Posted by: Mulns @ July 3, 2020, 7:29 a.m.

You need to convert the model to PyTorch.

Posted by: cszn @ July 4, 2020, 6:39 a.m.

Can I keep the training code in Tensorflow, and only convert the testing code to Pytorch?

Posted by: Mulns @ July 4, 2020, 8:14 a.m.

Yes, you can.

Posted by: Radu @ July 5, 2020, 8:53 a.m.
Post in this thread