micklexqg
micklexqg
Hi, thanks for your work. I came across the error: the following arguments are required: imgs. so, where is the imgs files? if need creat by hand, what images should...
in your code, I find that the defined criterionMSE is not used. the errD (BCE Loss) is computed by errD_fake = criterion(output, label). but for the errG_l2 (MSE loss) you...
some parameter is set as follow: parser.add_argument('--wtl2',type=float,default=0.998,help='0 means do not use else use with this weight') parser.add_argument('--wtlD',type=float,default=0.001,help='0 means do not use else use with this weight') but i find wtLD...
I try to run test_one.py but failed at real_center = torch.FloatTensor(1, 3, opt.imageSize/2, opt.imageSize/2) with the error: ypeError: torch.FloatTensor constructor received an invalid combination of arguments - got (int, int,...
I need to use transfer learning for gan. I wonder if the pretrained discriminator need to be transferred or is it ok to only transfer the pretrained generator?
Hi, I find that if the opt.conditionAdv is true , then the input of the Adversarial discriminator net is 128x128, but if set it false, the input is changed to...
@pathak22 , hi. I tried the train_random.lua. and the result is as follow:  but I think it is only pseudorandom. for a given training, the random position is also...
I wonder that if the input size of image is odd, is the output size consistent with it during test?
Hi, dear author, thanks for your work. I came across one problem, what is the parameter "--level" in test.py as there is no such parameter in train.py.
thanks for your work. I am trying with the work. I want to know what is the original size of the street view image in test set ? is it...