From 88cd4227a58338376bc1ac14bf05a639f3af0ed9 Mon Sep 17 00:00:00 2001 From: henry-chen3136 <60902593+henry-chen3136@users.noreply.github.com> Date: Thu, 5 Dec 2024 12:51:57 -0500 Subject: [PATCH] Update README.org Added link to one drive folder since github does not accept large files. --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 36ad9d1..e6b291a 100644 --- a/README.org +++ b/README.org @@ -37,6 +37,7 @@ For example, this is how you would run googlenet with a batch size of 64 for 15 #+begin_src sh python train.py -m 4 -s 64 -e 15 #+end_src +Trained models and their .pth files can be found at: [[https://queensuca-my.sharepoint.com/:f:/g/personal/19hc38_queensu_ca/EpL7iMttcsZMnrgLn55TvLcBTucjC76FX7eZ9fyQgLOuiA?e=kN0d3S][Our OneDrive Folder]] ** Test Model ~test.py~ takes any model which you've trained with ~train.py~ and evaluates the performance of the model on the images in ~/data/test~