Update tester.py
Browse files
tester.py
CHANGED
@@ -166,6 +166,7 @@ class CaptionSampler(object):
|
|
166 |
def __init_vocab(self):
|
167 |
with open('vocab.pkl', 'rb') as f:
|
168 |
vocab = pickle.load(f)
|
|
|
169 |
return vocab
|
170 |
|
171 |
def __init_data_loader(self, file_list):
|
|
|
166 |
def __init_vocab(self):
|
167 |
with open('vocab.pkl', 'rb') as f:
|
168 |
vocab = pickle.load(f)
|
169 |
+
print(vocab)
|
170 |
return vocab
|
171 |
|
172 |
def __init_data_loader(self, file_list):
|