Gavin-Evans
Gavin-Evans
When I use 2 GPUs => works well. Now I want to use only one GPU, it occur problem. RuntimeError: Expected tensor for argument #1 'input' to have the same...
> I loved all the issues when moved to https://github.com/rwightman/pytorch-image-models thank you for your ideal, it works now.
I'm sorry! In your paper:Appearance and Pose-Conditioned Human Image Generation using Deformable GANs You mentioned the Real-Data evaluation indicators in Table 1,However you did not describe how Real-Data is calculated...
I got it, thank you
> 1. Have you use: > git clone **--recursive** https://github.com/AliaksandrSiarohin/pose-gan/ > 2. What is the size of images. They have 2 versions one is old (where all the images have...
OK ,thank you
thank you ,it works! However, there is another new problem in the running process. `Computing inception score!!! 0%| | 0/120 [00:00
It works, thanks a lot
hello, I deal with above problem by loading vgg16.pth that convert the pretrained caffe model of vgg16 to pytorch vgg16.pth, however, geting the following problem. Traceback (most recent call last):...
thank you for your ideal! I solve the problem. check the device's type of mean and batch by printing , I found that mean'data is caculated on CPU and batch'data...