Closed nataliameira closed 1 year ago
Hi @JunlinHan,
When performing the test with the following command:
python test.py --dataroot ./datasets/raina --name task2a --model raina --dataset_mode raina --test_input B
--test_input B means I'm only testing with the rain noise cases? Use only the weight of that specific case?
--test_input B
(I'm sorry for this primary question, I would really like to understand about your project)
Thank you!
Yes! test_input will control the testing cases. The mode is identical for all cases (model is able to handle all possible cases).
Hope it helps!
Hi @JunlinHan,
When performing the test with the following command:
python test.py --dataroot ./datasets/raina --name task2a --model raina --dataset_mode raina --test_input B
--test_input B
means I'm only testing with the rain noise cases? Use only the weight of that specific case?(I'm sorry for this primary question, I would really like to understand about your project)
Thank you!