Neural-Photo-Editor icon indicating copy to clipboard operation
Neural-Photo-Editor copied to clipboard

A simple interface for editing natural photos with generative neural networks.

Results 8 Neural-Photo-Editor issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "train_IAN_simple.py", line 112, in import CAcheckpoints ImportError: No module named CAcheckpoints

I implemented a version in pytorch, with the same architecture illustrated in your paper and code, without orthogonal regularization and MDC though. However, my generated faces are 300k iteration are...

Hi, I am trying to reproduce the code on a V100 instance and I ran into the following issues when I ran `python NPE.py` Do you have any recommendations on...

Hello Thanks for releasing source code. I've got problem while running script on laptop without cuda gpu: ``` Traceback (most recent call last): File "NPE.py", line 57, in config_module =...

I came across your implementation of batch re-normalization in the BatchReNormDNNLayer class, and I think there might be an error that might be affecting the model's performance. My understanding of...

IAN_simple.npz is and IANv1.npz are empty. When I try to run NPE.py, it fails in reading the npz files.

I presume @vdumoulin's folder sharing was turned off somehow (or reached a limit). I'd suggest making a placeholder project release on GitHub and putting the files there—it's hosted on S3...

I got ``` Traceback (most recent call last): File "NPE.py", line 57, in config_module = imp.load_source('config',config_path) File "IAN_simple.py", line 12, in from lasagne.layers import batch_norm as BN ImportError: cannot import...