zky0701

Results 8 comments of zky0701

> Did you download the pretrained model? If so, could you show the full error message? > > `RuntimeError: Error(s) in loading state_dict for PromptMR:`Hello, thank you for your response....

> Hi @zky0701. Are you using the test.py file? Thank you for your reply. Yes, I am using test. py. Strangely, when I run the test. py file, the files...

> The dataset part is handle mostly by the script "unaligned_dataset.py". Try to keep using it. Specifically, where did you get the error "...models.test_model..."? There is not any function or...

> Hi @zky0701. Please, use **--model mask_gan** and **--dataset_mode unaligned**. There is not a model "test". About the datataset_mode, we set everything based on the unaligned script. Okay,thanks a lot!

> Hi @zky0701. Please, use **--model mask_gan** and **--dataset_mode unaligned**. There is not a model "test". About the datataset_mode, we set everything based on the unaligned script. Sorry to bother...

> The valA and valB folders are used just for validation during the training process (to check how the model goes during the training) Thank you for taking the time...

Thank you for your reply.Yes, I have reviewed all the code in the main. py file during preprocessing and obtained the desired image size. However, when I ran test. py...

> In our repo, the preprocessing is done in two stages. > > Firstly, in order to align images in a general way you need to run the script: https://github.com/HieuPhan33/MaskGAN/blob/master/preprocess/main.py....