ACGPN icon indicating copy to clipboard operation
ACGPN copied to clipboard

train problem

Open hematank opened this issue 4 years ago • 4 comments
trafficstars

when i train, i can't find train_pairs.txt in ./Data_preprocessing directory?

hematank avatar Sep 04 '21 10:09 hematank

Added now. Please check. Thanks.

minar09 avatar Sep 05 '21 01:09 minar09

thank you, it works. But when i continue to train, i happened this error. "File "/mnt/leo/3d-try-on/ACGPN/models/pix2pixHD_model.py", line 363, in forward fake_c = fake_c*(1-mask)+mask*warped" "The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 1。" train script is below: python train.py --datapairs train_pairs.txt --phase train --batchSize 4 --gpu_ids 0

hematank avatar Sep 06 '21 07:09 hematank

Hi @hematank, sorry to say that I only used this repository for testing purpose. Please refer to the original repo (https://github.com/switchablenorms/DeepFashion_Try_On) for training. Thank you.

minar09 avatar Sep 07 '21 08:09 minar09

ok,thanks a lot. i just try DeepFashion_Try_On's training and it works. But i am still confused about the meaning of dataset directory such as train_color_mask、train_label(it shows all black)、train_mask.

hematank avatar Sep 07 '21 10:09 hematank