gong-lei

Results 3 issues of gong-lei

Thank you for sharing this wonderful code first! And I have a small question in discriminator.I find the adversarial loss of AdaptSegNet is very unstable because of the global alignment...

`(pytorch1.1) zgm@zgm-icv:~/Lufei/MCD_DA/segmentation$ python adapt_trainer.py gta city --net drn_d_105 Downloading: "https://tigress-web.princeton.edu/~fy/drn/models/drn_d_105-12b40979.pth" to /home/zgm/.cache/torch/checkpoints/drn_d_105-12b40979.pth Traceback (most recent call last): File "adapt_trainer.py", line 69, in is_data_parallel=args.is_data_parallel) File "/home/zgm/Lufei/MCD_DA/segmentation/models/model_util.py", line 51, in get_models model_list...

Hi, when I run this code, it says : ModuleNotFoundError: No module named 'UNetConfig' So can you provide me the UNetConfig.py? Thanks so much!