Open hmrishavbandy opened 3 years ago
The hyperparameters for reference:
PREFIX="--dataset_mode_train trainimage \
--name debugarr0 \
--gpu_ids 0 \
--dataset_mode_val valimage \
--train_image_dir ... \
--train_image_list ... \
--path_objectshape_base ... \
--path_objectshape_list ... \
--val_image_dir ... \
--val_image_list ... \
--val_mask_dir ... \
--no_vgg_loss \
--no_ganFeat_loss \
--load_size 256 \
--crop_size 256 \
--model arrange \
--netG twostagend \
--baseG baseconv \
--norm_type 1 \
--netD deepfill \
--load_base_g ... \
--load_base_d ... \
--lambda_ref 0.5 \
--lambda_l1 1 \
--preprocess_mode scale_shortside_and_crop"
it's fixed. please pull to use the updated code
same error
Works
How many epochs did you run for each stage in the training? The epochs listed in the bash file seem too low. Did you use that low epochs?
it depends on the size of training dataset. The epoch listed in the bash file is for Places (8 million images)
Issue with the final stage of training :
The issue I am facing: