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 /encode_features.py | |
| parent | d101ebf83288b7dc994118ee6dd8857583beaecb (diff) | |
remove unnecessary imports
Diffstat (limited to 'encode_features.py')
| -rwxr-xr-x | encode_features.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/encode_features.py b/encode_features.py index 0e97da8..8437264 100755 --- a/encode_features.py +++ b/encode_features.py @@ -4,9 +4,7 @@ from options.train_options import TrainOptions from data.data_loader import CreateDataLoader
from models.models import create_model
import numpy as np
-import os, time
-import util.util as util
-from torch.autograd import Variable
+import os
opt = TrainOptions().parse()
opt.nThreads = 1
|
