Jyothirmai commited on
Commit
caaba7e
1 Parent(s): af765ed

Update tester.py

Browse files
Files changed (1) hide show
  1. tester.py +1 -0
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):