Spaces:
Sleeping
Sleeping
Update AKSHAYRAJAA/utils.py
Browse files- 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
|
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 |
|