diff options
| author | tingchunw <tingchunw@nvidia.com> | 2017-12-06 05:11:15 +0000 |
|---|---|---|
| committer | tingchunw <tingchunw@nvidia.com> | 2017-12-06 05:11:15 +0000 |
| commit | ff819925c6f8c9c22f0c2a31559d8c468d40ec19 (patch) | |
| tree | 40d69ea5fb292be51628e95460a14bb38661ccc1 /models/pix2pixHD_model.py | |
| parent | d101ebf83288b7dc994118ee6dd8857583beaecb (diff) | |
remove unnecessary imports
Diffstat (limited to 'models/pix2pixHD_model.py')
| -rwxr-xr-x | models/pix2pixHD_model.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/models/pix2pixHD_model.py b/models/pix2pixHD_model.py index ba44e53..fea9a1d 100755 --- a/models/pix2pixHD_model.py +++ b/models/pix2pixHD_model.py @@ -3,9 +3,7 @@ import numpy as np import torch import os -from collections import OrderedDict from torch.autograd import Variable -import util.util as util from util.image_pool import ImagePool from .base_model import BaseModel from . import networks |
