Pytorch implementation of our method for high-resolution (e.g. 2048x1024) photorealistic video-to-video translation.
8.6k
stars
1.2k
forks
source link
train.py: THCudaCheck FAIL file=/pytorch/aten/src/THC/THCTensorCopy.cu line=102 error=77 : an illegal memory access was encountered #114
Open
linkAmy opened 5 years ago
I try to train model on FaceForensics dataset and unfortunately, here comes the error.
the command I am using:
python train.py --checkpoints_dir ~/vid2vid-checkpoints --name edge2face_512_0626 --dataroot ~/face/ --dataset_mode face --input_nc 15 --loadSize 512 --num_D 3 --gpu_ids 0,1,2,3 --n_gpus_gen 2 --n_frames_total 24
Has anyone met this problem before? And it seems to happen randomly, as last time I trained the model, it worked just fine. Thanks for any kind reply.