Nicholas Liao

Results 3 issues of Nicholas Liao

Hi! I have some questions about the files preprocessed from the dataset VQA-CP v2 and used in your work. Because VQA-CP v2 only has the training and test questions and...

I tried to run the codes in the folder `indoor` and `outdoor` with `sh run_dehaze.sh`, but an error occured with `ImportError: No module named guidedfilter`. I guess the line `from...

I got back another running error as follows: ``` Traceback (most recent call last): File "dehazetest1.py", line 109, in netG.load_state_dict(torch.load(opt.netG)) File "/home/lyh/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 719, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s)...