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?
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?