yuezunli / DSP-FWA

DSP-FWA: Dual Spatial Pyramid for Exposing Face Warp Artifacts in DeepFake Videos
Other
67 stars 16 forks source link

RuntimeError: max_pool2d_with_indices_out_cuda_frame failed with error code 0 #3

Open FrazierLei opened 4 years ago

FrazierLei commented 4 years ago

Have you ever meet this bug? I got this when run the demo on both .png and .mp4 files. Thanks!

chris-clem commented 4 years ago

Same here

jiangyanjavawin commented 4 years ago

Me too,anybody solved it?

hongzio commented 4 years ago

Change this line https://github.com/danmohaha/DSP-FWA/blob/f1bc40cf48c97ddb89115dcf3be8ecd6bae138bd/py_utils/DL/pytorch_utils/models/classifier.py#L96 to y = max_pool(x.contiguous())