sevenPot7
sevenPot7
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.
I want to make use of the pre-trained model, but I don't know which file to get, can somebody give me some advice? Thank you.
I used "device = torch.device('cuda:1') if torch.cuda.is_available() else torch.device('cpu') " but it's not work. Hope somebody can give me advice, thanks.