junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
22.8k stars 6.29k forks source link

Can't tell if it is training? #1470

Open matt3209 opened 2 years ago

matt3209 commented 2 years ago
Screen Shot 2022-08-15 at 10 53 26 PM Screen Shot 2022-08-15 at 10 53 15 PM Screen Shot 2022-08-15 at 10 53 09 PM

I ran everything but cannot tell if it is being trained or not. Ran the visdom at the start, using horse2zebra, then called the train. I am not sure what I am doing wrong here. Any help would be appreciative.

Thanks

junyanz commented 2 years ago

Are you running it on the CPU? If it is the case, the training will be extremely slow. You may want to set the --print_freq 1 so that the program will print the loss more frequently.