Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ model = MultiTaskModel(...)
|
|
45 |
|
46 |
|
47 |
# Load the saved state dictionary (trained weights)
|
48 |
-
model.load_state_dict(torch.load("
|
49 |
model.eval()
|
50 |
```
|
51 |
Alternatively, you can test the model directly via our interactive demo:
|
|
|
45 |
|
46 |
|
47 |
# Load the saved state dictionary (trained weights)
|
48 |
+
model.load_state_dict(torch.load("DualSight.pth", map_location="cpu"))
|
49 |
model.eval()
|
50 |
```
|
51 |
Alternatively, you can test the model directly via our interactive demo:
|