Skip to content

Commit bf759b4

Browse files
update link for downloading weights of pretrained models
1 parent 4396261 commit bf759b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ connection = sk.connect(
2929
```
3030
* Now, your DB server must be connected.
3131
* Finally, you also want 'classifier.pt' file which contains model's dictionary required when it is to be loaded.
32-
(since, it's a large file you can mail me if you want that file at this id : souravs_1999@rediffmail.com) and put that file in the same directory and then modify the path accordingly in the 'model.py' file.
32+
[Download here](https://www.kaggle.com/souravs17031999/blindness-detection-pretrained-weights-pytorch) and put that file in the same directory and then modify the path accordingly in the 'model.py' file.
3333
```
3434
model = load_model('../Desktop/classifier.pt')
3535

0 commit comments

Comments
 (0)