caogule
caogule
KID
I find that you change fid to kid ,Could you public the source code of kid?Thank you.
when i run your code about cyclegan svhn to mnist,i find the result is very pool,maybe the sample example is good,but,the test examples is pool. for example ,it can translate...
I run the code successfully,and find there is code about digits from SVHN to mnist and find that there is no code about faces: from photo to emoji. the two...
i run the code,and find the results is very pool
the targer emerge -1,the code current for i, (input_, target) in enumerate(val_loader): input = torch.FloatTensor(input_.size(0), 3, input_.size(2), input_.size(3)) if opt.dataset == 'mnist': input[:,0,:,:].copy_(input_) input[:,1,:,:].copy_(input_) input[:,2,:,:].copy_(input_) else: target -= 1 error...
Hi when i run your code ,i find a problem,could you give me a hand? how to solve the problem ? /pytorch/torch/lib/THCUNN/ClassNLLCriterion.cu:101: void cunn_ClassNLLCriterion_updateOutput_kernel(Dtype *, Dtype *, Dtype *, long...