Seanseattle / SMIS

Semantically Multi-modal Image Synthesis(CVPR 2020)
Other
322 stars 48 forks source link

Error while running test #2

Closed thanhtin1997 closed 4 years ago

thanhtin1997 commented 4 years ago

I use win10 pytorch 1.0.0, torchvision 0.2.2.post3, I try pytorch 1.4.0, torchvision 0.5.0 same error. I add DeepFashion Dataset and pretrained Run test: python test.py --name deepfashion_smis --dataset_mode deepfashion --dataroot D:/dataset/deepfashion --no_instance --gpu_ids 0 --ngf 160 --batchSize 4 --model smis --netE conv --netG deepfashion Error: image Please support help me!

Seanseattle commented 4 years ago

The --use_vae parameter is missing at your scripts. As the --use_vae is always needed, I will set this parameter default is true.

thanhtin1997 commented 4 years ago

Thanks for the reply, I tested and will report back soon

thanhtin1997 commented 4 years ago

The result has been, thank you so much for your support.