Skip to content

Commit

Permalink
Merge pull request #56 from zalandoresearch/add-pytorch-support
Browse files Browse the repository at this point in the history
add pytorch support
  • Loading branch information
hanxiao committed Sep 4, 2017
2 parents 422b2d4 + 39cb241 commit b85ead6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ data.train.next_batch(100)
- [Apache MXNet Gluon (master ver.)](https://mxnet.incubator.apache.org/versions/master/api/python/gluon.html#vision)
- [deeplearn.js](https://pair-code.github.io/deeplearnjs/demos/model-builder/model-builder-demo.html)
- [Kaggle](https://www.kaggle.com/zalando-research/fashionmnist)
- [Pytorch](https://github.com/pytorch/vision#mnist)

ようこそ私たちに参加して、各機械学習ライブラリ用の`Fashion-MNIST`のサポートを追加してください。

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ data.train.next_batch(BATCH_SIZE)
- [Apache MXNet Gluon (Master ver.)](https://mxnet.incubator.apache.org/versions/master/api/python/gluon.html#vision)
- [deeplearn.js](https://pair-code.github.io/deeplearnjs/demos/model-builder/model-builder-demo.html)
- [Kaggle](https://www.kaggle.com/zalando-research/fashionmnist)
- [Pytorch](https://github.com/pytorch/vision#mnist)

You are welcome to make pull requests to other open-source machine learning packages, improving their support on `Fashion-MNIST` dataset.

Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ data.train.next_batch(100)
- [Apache MXNet Gluon (master ver.)](https://mxnet.incubator.apache.org/versions/master/api/python/gluon.html#vision)
- [deeplearn.js](https://pair-code.github.io/deeplearnjs/demos/model-builder/model-builder-demo.html)
- [Kaggle](https://www.kaggle.com/zalando-research/fashionmnist)
- [Pytorch](https://github.com/pytorch/vision#mnist)

欢迎你同我们一起,为各个机器学习库增加对`Fashion-MNIST`的支持。

Expand Down

0 comments on commit b85ead6

Please sign in to comment.