Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eljanmahammadli/gradipy
Browse files Browse the repository at this point in the history
  • Loading branch information
eljanmahammadli committed Nov 20, 2023
2 parents d38d239 + b8246de commit 22d3868
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ for epoch in range(epochs + 1):
# log the results on each epoch...
```

You can inference AlexNet now using following command which will load weights and then assert the result of the pytorch and gradipy to be equal:
```bash
python -m examples.alexnet "url_of_the_picture"
```

## Installation
You can install gradipy using `pip`. It is recommended to create a virtual environment before installing the library.
```bash
Expand Down

0 comments on commit 22d3868

Please sign in to comment.