Skip to content

Commit

Permalink
using pre-trained models
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacey committed Oct 31, 2024
1 parent 0ce6f78 commit 59980ae
Show file tree
Hide file tree
Showing 6 changed files with 681 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ __pycache__/
*$py.class
*.pth # pytorch models
.python-version
ScratchCode/*
# C extensions
*.so
# Distribution / packaging
Expand Down
679 changes: 679 additions & 0 deletions PreTrainedModels/PreTrainedModelsPart1.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions PreTrainedModels/imagenet_class_index.json

Large diffs are not rendered by default.

Binary file added PreTrainedModels/images/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PreTrainedModels/images/dog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PreTrainedModels/images/fish.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 59980ae

Please sign in to comment.