diff options
| author | junyanz <junyanzhu89@gmail.com> | 2018-02-09 11:39:35 -0500 |
|---|---|---|
| committer | junyanz <junyanzhu89@gmail.com> | 2018-02-09 11:39:35 -0500 |
| commit | 0ae4f0500e415a6a67689ef9356e8e4779ae5833 (patch) | |
| tree | 25392e96a1b64c8454f7f548886af7dd48aa6bd0 /models/pix2pix_model.py | |
| parent | 7a5e2cd5f5003e8ca9a0fc3dac14a74b81287881 (diff) | |
code reformatting
Diffstat (limited to 'models/pix2pix_model.py')
| -rw-r--r-- | models/pix2pix_model.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/models/pix2pix_model.py b/models/pix2pix_model.py index 74a941e..9c46a19 100644 --- a/models/pix2pix_model.py +++ b/models/pix2pix_model.py @@ -1,6 +1,4 @@ -import numpy as np import torch -import os from collections import OrderedDict from torch.autograd import Variable import util.util as util |
