Jyothirmai commited on
Commit
df64df2
1 Parent(s): 7f1c94f

Update tester.py

Browse files
Files changed (1) hide show
  1. tester.py +5 -5
tester.py CHANGED
@@ -17,11 +17,11 @@ class CaptionSampler(object):
17
  def __init__(self):
18
  # Default configuration values
19
  self.args = {
20
- "model_dir": "/Users/jkottu/Desktop/image-captioning-chest-xrays/vit-coatten",
21
- "image_dir": "./data/images",
22
- "caption_json": "data/new_data/captions.json",
23
- "vocab_path": "/Users/jkottu/Desktop/image-captioning-chest-xrays/vit-coatten/vocab.pkl",
24
- "file_lists": "data/new_data/test_data.txt",
25
  "load_model_path": "train_best_loss.pth.tar",
26
  "resize": 224,
27
  "cam_size": 224,
 
17
  def __init__(self):
18
  # Default configuration values
19
  self.args = {
20
+ "model_dir": "",
21
+ "image_dir": "",
22
+ "caption_json": "",
23
+ "vocab_path": "vocab.pkl",
24
+ "file_lists": "",
25
  "load_model_path": "train_best_loss.pth.tar",
26
  "resize": 224,
27
  "cam_size": 224,