Skip to content

Commit

Permalink
fixed classification model name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
karenzyj committed May 20, 2022
1 parent 56a32c7 commit b00d8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classification/all_36_barcodes_cnn_training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@
"'''\n",
"Saving the trained net\n",
"'''\n",
"torch.save(net.state_dict(), \"../utils/model/all_36_barcodes_cnn_results_20220519.pt\")"
"torch.save(net.state_dict(), \"../utils/model/all_36_barcodes_trained_cnn_20220519.pt\")"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion classification/all_36_barcodes_cnn_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,5 @@
'''
Saving the trained net
'''
torch.save(net.state_dict(), "../utils/model/all_36_barcodes_cnn_results_20220519.pt")
torch.save(net.state_dict(), "../utils/model/all_36_barcodes_trained_cnn_20220519.pt")

0 comments on commit b00d8d7

Please sign in to comment.