Skip to content

Commit

Permalink
Post release 0.1.1 (#91)
Browse files Browse the repository at this point in the history
* Post release 0.1

* update setup
  • Loading branch information
oke-aditya authored Dec 13, 2020
1 parent ea2c74b commit 36445aa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
### Install Quickvision

- Install from PyPi.
- Current stable `release 0.1` needs `PyTorch 1.7` and `torchvision 0.8.1`.
- Current stable `release 0.1.1` needs `PyTorch 1.7.1` and `torchvision 0.8.2`.

```
pip install quickvision
Expand Down
1 change: 0 additions & 1 deletion quickvision/models/classification/cnn/model_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def forward(self, x):
def create_vision_cnn(model_name: str, num_classes: int,
pretrained: str = None,):

# Wrapper function for consistency with timm models.
# We do not pass in_channels here since torchvision models is not supported with it.

"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def load_long_description():
# https://packaging.python.org/discussions/install-requires-vs-requirements /
setup(
name='quickvision',
version="0.1.1rc3",
version="0.1.1",
description="Computer Vision models and training",
author="Aditya Oke",
author_email="okeaditya315@gmail.com",
Expand Down

0 comments on commit 36445aa

Please sign in to comment.