pix2pixHD icon indicating copy to clipboard operation
pix2pixHD copied to clipboard

2048px x 2048px

Open alelordelo opened this issue 5 years ago • 2 comments

Has anyone tried 2048px x 2048px?

Training worked for me, but not test....

alelordelo avatar Oct 21 '20 08:10 alelordelo

tried to train the 1024p model using 2048 * 1024 data, but there were always errors. May I ask you about your training statement? Thanks.

takuyaliu avatar Mar 27 '23 17:03 takuyaliu

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

kgradon98 avatar Jun 05 '23 06:06 kgradon98