proactive_IMD
proactive_IMD copied to clipboard
Hi, I met some problems when I directly specify the path of --data_train or --data_test. My codes is: parser.add_argument('--data_train',default='./data/CELEBA_HQ',help='root directory for training data') And I got errors: RuntimeError: Found 0...
Dear authors, Thank you very much for providing the code. I found your research very interesting. I would like to compute and hopefully reproduce the results of Table 3 in...
File "train.py", line 13, in from model import * ModuleNotFoundError: No module named 'model' The above error occurred when executing STGAN train. what is this 'model'?
Great Job! Can you provide 256*256 size of pretrained templates, thanks a lot.