2048px x 2048px
Has anyone tried 2048px x 2048px?
Training worked for me, but not test....
tried to train the 1024p model using 2048 * 1024 data, but there were always errors. May I ask you about your training statement? Thanks.
tried to train the 1024p model using 2048 * 1024 data, but there were always errors. May I ask you about your training statement? Thanks.
I also train the 1024px model using 2048*1024 data, but the test results are still 1024, I don't know what's wrong
command: global train: python train.py --dataroot ./datasets/data1024_512/ --name p2phd_caddamper8_g1 --label_nc 0 --no_instance --gpu_ids 0 local train: python train.py --dataroot ./datasets/data2048_1024/ --name p2phd_caddamper8_g2 --netG local --load_pretrain checkpoints/p2phd_caddamper8_g1/ --label_nc 0 --no_instance --gpu_ids 0