Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
amaiya committed May 3, 2020
2 parents aa2c1a4 + df941fb commit c5f7c09
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Most recent releases are shown at the top. Each release shows:
- **Fixed**: Bug fixes that don't change documented behaviour


## 0.14.5 (2020-05-03)

### New:
- N/A

### Changed
- N/A

### Fixed:
- fixed issue with MobileNet model due to typo and added MobileNet example notebook

## 0.14.4 (2020-04-30)

Expand Down
3 changes: 3 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ The objective of the CoNLL2003 task is to classify sequences of words as belongi
#### [Dogs vs. Cats](https://www.kaggle.com/c/dogs-vs-cats): Binary Classification
- [dogs_vs_cats-ResNet50.ipynb](https://github.com/amaiya/ktrain/tree/master/examples/vision): ResNet50 pretrained on ImageNet.

#### [Dogs vs. Cats](https://www.kaggle.com/c/dogs-vs-cats): Binary Classification
- [dogs_vs_cats-MobileNet.ipynb](https://github.com/amaiya/ktrain/tree/master/examples/vision): MobileNet pretrained on ImageNet on filtered version of Dogs vs. Cats dataset

#### [MNIST](http://yann.lecun.com/exdb/mnist/): Multiclass Classification
- [mnist-WRN22.ipynb](https://github.com/amaiya/ktrain/tree/master/examples/vision): A randomly-initialized Wide Residual Network applied to MNIST

Expand Down

0 comments on commit c5f7c09

Please sign in to comment.