junyanz / pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch
Other
23.09k stars 6.32k forks source link

using pre-trained day2night for own dataset #1446

Open saeedehj opened 2 years ago

saeedehj commented 2 years ago

Hello I use "!python /content/pytorch-CycleGAN-and-pix2pix/test.py --dataroot /tmp/pitts30k/images/test/ --name day2night_pretrained --model test --no_dropout " for create day to night images with our dataset and we received this error: AttributeError: 'Sequential' object has no attribute 'model' how can I solve the problem?

arshamhaq commented 8 months ago

Hello , @saeedehj I wonder if you solved the problem! I have the exact same problem here.