pixel-constrained-cnn-pytorch icon indicating copy to clipboard operation
pixel-constrained-cnn-pytorch copied to clipboard

Pytorch implementation of Pixel Constrained CNN, a framework for probabilistic semantic inpainting :art:

Results 5 pixel-constrained-cnn-pytorch issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@​radarhere] Updated zlib to 1.3 #7344 [@​radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...

dependencies

Bumps [torch](https://github.com/pytorch/pytorch) from 0.4.1 to 1.13.1. Release notes Sourced from torch's releases. PyTorch 1.13.1 Release, small bug fix release This release is meant to fix the following issues (regressions /...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.11.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Hi, Thanks for sharing this cool work! Is it possible to train the network on my own dataset?

Fixed a bug in log_likelihood() caused by not selecting indices correctly. Also vectorised it for efficiency.