HolyWu / vs-basicvsrpp

BasicVSR++ function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModulatedDeformConv is not implemented on CPU

Selur opened this issue · comments

When using:

clip = BasicVSRPP(clip=clip, model=1, device_type="cpu")

I get: ModulatedDeformConv is not implemented on CPU

Cu Selur

Apparently the required module is only implemented on GPU in MMCV. Guess I'd better remove the device_type parameter since it's useless.

Okay, thanks. (happy to know that it's not something I forgot to install or similar ;))