Skip to content

Commit

Permalink
[FIX] Directory route
Browse files Browse the repository at this point in the history
  • Loading branch information
vish-rt committed Nov 3, 2023
1 parent ce068f5 commit 0ad5eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NMIS/testing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"source": [
"sub_folders = ['healthy eyes', 'mild cataract', 'severe cataract']\n",
"main_folder = r'C:\\Users\\kamal\\Deep Learning\\IshitaDataset'\n",
"main_folder = r'C:\\Users\\rawat\\RBL Project\\major-project-1'\n",
"\n",
"print(\"{:20s} \\t {:20s} \\t {:20s} \\t {:20s} \\t {}\".format(\"Number\",\"Filename\", \"Actual\", \"Predicted\", \"Rightly Classified\"))\n",
"print(\"____________________________________________________________________________________________________________________\")\n",
Expand Down

0 comments on commit 0ad5eb3

Please sign in to comment.