jingyuanli001 / RFR-Inpainting

The source code for CVPR 2020 accepted paper "Recurrent Feature Reasoning for Image Inpainting"
MIT License
355 stars 76 forks source link

CUDA out of memory when test mode #37

Open zhhezhhe opened 3 years ago

zhhezhhe commented 3 years ago

when --test mode, out of memory at the second image

xiankgx commented 3 years ago

I think maybe no need to use GPU for testing. Put CUDA_VISIBLE_DEVICES="" before the test command.

zhhezhhe commented 3 years ago

I think maybe no need to use GPU for testing. Put CUDA_VISIBLE_DEVICES="" before the test command.

Yes, but the speed will be slow.

hzy-del commented 10 months ago

when --test mode, out of memory at the second image

did you solve the problem?