Lotayou / everybody_dance_now_pytorch

A PyTorch Implementation of "Everybody Dance Now" from Berkeley AI lab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not have NVIDIA card

AbdulBariKhan opened this issue · comments

Can this code run without using CUDA.

It can, but will take you ages to train the network... If you insist, just deploy the model on CPU device with torch.device('cpu')

Will it work? And where to deploy with torch.device('cpu')

Please let me know.