adithiyyha commited on
Commit
c0a17a9
·
verified ·
1 Parent(s): 6de049b

Update AKSHAYRAJAA/utils.py

Browse files
Files changed (1) hide show
  1. AKSHAYRAJAA/utils.py +1 -1
AKSHAYRAJAA/utils.py CHANGED
@@ -28,7 +28,7 @@ def get_model_instance(vocabulary):
28
  embed_size=config.EMBED_SIZE,
29
  hidden_size=config.HIDDEN_SIZE,
30
  vocabulary=vocabulary,
31
- encoder_checkpoint="AKSHAYRAJAA\\weights\\chexnet.pth.tar"
32
  )
33
  model = model.to(config.DEVICE)
34
 
 
28
  embed_size=config.EMBED_SIZE,
29
  hidden_size=config.HIDDEN_SIZE,
30
  vocabulary=vocabulary,
31
+ encoder_checkpoint="AKSHAYRAJAA/weights/chexnet.pth.tar"
32
  )
33
  model = model.to(config.DEVICE)
34