GANimation icon indicating copy to clipboard operation
GANimation copied to clipboard

Real-time inference

Open mamineayari opened this issue 6 years ago • 1 comments

Is there a way to run the inference in real-time on CPU ?

mamineayari avatar Jan 17 '19 09:01 mamineayari

I guess the answer is no. Since this project can only be trained with GPU, there are no such pre-trained models on CPU(since it would cost a bunch of time and you need to change the code by yourselves). Further, for real-time request you need to revise the architecture of the network, for example, a mobile-convolution instead of the common convolution layers. In all, your request need your own effort.

csh589 avatar Feb 02 '19 05:02 csh589