junyanz / pytorch-CycleGAN-and-pix2pix

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

Keep "Setting up a new session" when I try to re-train a model. #1582

Open sevenPot7 opened 1 year ago

sevenPot7 commented 1 year ago

I tried python train.py --dataroot ./datasets/monet2photo --name monet2photo --model cycle_gan but the output is stuck at "Setting up a new session……" What can I do to handle this? Thank you.