Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 489042c

Browse files
authored
Update Fine Tuning Torchvision Models.md
Fix link
1 parent f4fcb89 commit 489042c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Tutorials/Fine Tuning Torchvision Models.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,13 @@ Please reference confusion_matrix.py and plot_confusion_matrix.py under Model_sc
292292
| ResNet 101 | 30 | 79% |
293293

294294
### AlexNet model
295-
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/master/Tutorials/Model%20Script/alexnet.py)
295+
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/Tutorials/Model%20Script/alexnet.py)
296296

297297
### ResNet 34 model
298-
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/master/Tutorials/Model%20Script/resnset34.py)
298+
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/Tutorials/Model%20Script/resnset34.py)
299299

300300
### ResNet 101 model
301-
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/master/Tutorials/Model%20Script/resnset101.py)
301+
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/Tutorials/Model%20Script/resnset101.py)
302302

303303
## Confusion Matrix for ResNet 101
304304

@@ -307,9 +307,9 @@ The true positives rate and true negatives rate are both about 80%, which indica
307307
![img](https://github.com/NaeRong/DS440_Capstone/blob/master/Images/cm.png)
308308

309309
### Script to compute Confusion Matrix
310-
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/master/Tutorials/Model%20Script/Confusion_Matrix.py)
310+
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/Tutorials/Model%20Script/Confusion_Matrix.py)
311311
### Script to compute Confusion Matrix Plot
312-
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/master/Tutorials/Model%20Script/Plot_Confusion_Matrix.py)
312+
[This link](https://github.com/NaeRong/DS440_Capstone/blob/master/Tutorials/Model%20Script/Plot_Confusion_Matrix.py)
313313

314314
## License
315315

0 commit comments

Comments
 (0)