sunkymepro

Results 4 comments of sunkymepro

> It might be that no faces were detected for one of the videos. Try with different videos (maybe easier ones) and see if the error still occurs. I try...

I also meet the same question. I use tensorflow 2.7.2, my GPU is 3090, cuda is 11.2. Have you ever solve this problem?

I add the code **'kernel, kernel_flip = ctx.saved_tensors'** before the code **'ctx.save_for_backward(kernel, kernel_flip)'** in **forward** function of class **BlurFunction**. And there occurs a new error: **ValueError: not enough values to...

> Hmm I can't reproduce the error. And I don't have clue as inplace operations is not happened over these two tensors. It may be because the version of cuda...