context_encoder_pytorch
context_encoder_pytorch copied to clipboard
PyTorch Implement of Context Encoders: Feature Learning by Inpainting
This is what I am getting when I run test.py Traceback (most recent call last): File "test.py", line 64, in real_center = torch.FloatTensor(opt.batchSize, 3, opt.imageSize/2, opt.imageSize/2) TypeError: new(): argument 'size'...
I think a larger input size will utilize the GPU source better, but I failed to change the input size, could give me some guidance on which operation leads to...
I wanted to train on the pretrained model, but after using this command, the program prints the model structure and ends. What seems to be the problem? _python train.py --cuda...
I want Paris StreetView Dataset for my research . my email is:[email protected]
Hi, thanks for sharing your great work! I follow your recommendation that use the [The Paris Dataset](http://www.robots.ox.ac.uk/~vgg/data/parisbuildings/) to train the network. After training, when I check the `result/train/real` or `result/train/cropped`...
I have been running the training.py file on CIFAR-10 dataset without any modifications from the original code. I have been getting black translucent boxes in reconstructed images. Any idea how...
I want Paris StreetView Dataset for my research, I am a doctor . my email is:[email protected]
你好,按照您的方法,运行test.py.我用的是CPU,在哪个ngpu那里设置为0,但是一运行的话就会出现下边的错误,您知道该怎么解决吗 D:\Anaconda\lib\site-packages\torchvision\transforms\transforms.py:207: UserWarning: The use of the transforms.Scale transform is deprecated, please use transforms.Resize instead. warnings.warn("The use of the transforms.Scale transform is deprecated, " + D:\Anaconda\lib\site-packages\torchvision\transforms\transforms.py:207: UserWarning: The use of...
Hi! I notice that the pretrained model's result on test images is about 15.79 percent for L1 loss while about 5.31 percent for L2 loss. However, the result reported in...