yuval-alaluf / SAM

Official Implementation for "Only a Matter of Style: Age Transformation Using a Style-Based Regression Model" (SIGGRAPH 2021) https://arxiv.org/abs/2102.02754

Home Page:https://yuval-alaluf.github.io/SAM/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I run this on CPU ?

kasarampavan opened this issue · comments

when I run this on CPU memory problem is coming , how can I avoid this, any modifications has to do, please explain

There are already numerous issues with this same questions so please refer to them.
As mentioned in the README, this code is designed to work with CUDA and we do not plan on supporting CPU-only. Unfortunately, I do not know what changes need to be made but will warn you that getting this to run on CPU can be a bit challenging because of StyleGAN's dependency on ninja.

Thank you so much for your reply