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 /util/image_pool.py | |
| parent | d101ebf83288b7dc994118ee6dd8857583beaecb (diff) | |
remove unnecessary imports
Diffstat (limited to 'util/image_pool.py')
| -rwxr-xr-x | util/image_pool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/image_pool.py b/util/image_pool.py index 152ef5b..63e1877 100755 --- a/util/image_pool.py +++ b/util/image_pool.py @@ -1,5 +1,4 @@ import random -import numpy as np import torch from torch.autograd import Variable class ImagePool(): |
